ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

Lista Sms

Skill by david-evaristo

Why use this skill?

Efficiently retrieve and export your unread SMS messages to CSV format with the OpenClaw Lista SMS skill. Seamlessly track and manage your communications.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/david-evaristo/lista-sms
Or

What This Skill Does

The lista-sms skill is a robust automation tool designed to bridge your OpenClaw agent with your device's SMS database. Its primary function is to query, retrieve, and format unread text messages into a structured format. Beyond simply displaying messages, this skill performs an automated data extraction process, consolidating information into a CSV file. It acts as a bridge between the system's low-level message storage (whether on an Android smartphone or a GSM module) and the user, ensuring that incoming communications are captured, saved, and presented with precision.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/david-evaristo/lista-sms Ensure that your device has the necessary permissions granted for the OpenClaw agent to access your SMS storage, as the skill requires system-level read access to function correctly.

Use Cases

This skill is ideal for users who manage multiple SIM cards or receive a high volume of automated service notifications, such as 2FA codes or delivery updates. It allows for efficient batch processing of messages, turning a cluttered notification list into a clean, searchable, and archivable CSV document. It is particularly useful for audit purposes or for users who need to maintain a history of their SMS communications outside of the native messaging app.

Example Prompts

  1. "Quais são as minhas novas mensagens?"
  2. "Liste meus SMS não lidos."
  3. "Tenho algum SMS novo? Verifique e me envie o arquivo."

Tips & Limitations

When using lista-sms, the agent is programmed to prioritize file integrity. Always ensure that the directory /home/evaristo/.openclaw/skills/lista_sms/ has write permissions enabled for the OpenClaw user. Note that the skill generates a new CSV file every time it is invoked, using a timestamped filename (sms_list_YYYYMMDD-HHMMSS.csv). Because the skill performs file system operations, users should monitor their storage to avoid accumulation of old logs. If the agent fails to fetch messages, verify your device's connection status or ensure that the GSM module is properly responding to AT commands. Remember that the agent must always provide the generated file for download; if the file is missing, check the log path mentioned above.

Metadata

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-david-evaristo-lista-sms": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#sms#automation#messaging#file-management#android
Safety Score: 3/5

Flags: file-read, file-write, code-execution