← 返回 Skills 市场
chapati23

Typefully Skill

作者 chapati · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
371
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install typefully-drafts
功能描述
Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Masto...
安全使用建议
This skill appears to do what it says: it will make API calls to api.typefully.com using a Typefully API key you provide. Before installing: (1) Verify you trust the skill source (homepage repo) and inspect the included script (it is small and readable). (2) Provide a dedicated Typefully API key with the least privilege needed and keep it in your environment or in pass (the script will try pass if no env var). (3) Be aware the script will call out over the network to Typefully and will error if pass is not installed and no env var is set. (4) Note the registry metadata omitted the required TYPEFULLY_API_KEY even though SKILL.md and the script require it — double-check you supply the key. If you need stronger isolation, run the script in a constrained environment or container and rotate the API key if you stop using the skill.
功能分析
Type: OpenClaw Skill Name: typefully-drafts Version: 1.0.0 The OpenClaw AgentSkills bundle for Typefully appears benign. The `SKILL.md` and `README.md` files clearly describe the skill's purpose and usage without any prompt injection attempts or malicious instructions. The `scripts/typefully.sh` script uses `curl` to interact with the Typefully API and `python3` for robust JSON parsing and escaping of user input, preventing injection vulnerabilities. API keys are securely retrieved from environment variables or the `pass` utility. All network communication is directed to the legitimate Typefully API endpoint (`https://api.typefully.com/v2`), with no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description (Typefully drafts) match the included script and SKILL.md: the script exclusively calls the Typefully v2 API (https://api.typefully.com/v2) to list/create/edit/schedule/delete drafts. The only credentials used are a Typefully API key and an optional social-set id. No unrelated services or privileges are requested.
Instruction Scope
SKILL.md instructs the agent to use the included bash script which reads TYPEFULLY_API_KEY (or fallback to pass), uses curl to contact the Typefully API, and uses python3 for JSON escaping. It does not instruct reading arbitrary system files or sending data to other endpoints. The only optional data source is the Unix password store (pass).
Install Mechanism
There is no install spec (instruction-only skill with an included script), so nothing is downloaded at install time. The script is included in the package and runs locally. This is a low-risk install model.
Credentials
The runtime needs only TYPEFULLY_API_KEY (required) and optionally TYPEFULLY_SOCIAL_SET_ID or entries in pass. That is proportional to the function. Note: the registry metadata listed no required env vars, whereas SKILL.md and the script clearly require TYPEFULLY_API_KEY (and optionally use pass). This mismatch is an administrative inconsistency but not a functional red flag.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent settings, and requires no persistent system privileges. Autonomous invocation is allowed by default (normal) but the skill’s actions are limited to the Typefully API and local pass lookup.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install typefully-drafts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /typefully-drafts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: create/edit/schedule/delete Typefully drafts, threads, multi-platform (X, LinkedIn, Threads, Bluesky, Mastodon). Input validation, dynamic social_set_id, proper error handling.
元数据
Slug typefully-drafts
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Typefully Skill 是什么?

Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Masto... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 371 次。

如何安装 Typefully Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install typefully-drafts」即可一键安装,无需额外配置。

Typefully Skill 是免费的吗?

是的,Typefully Skill 完全免费(开源免费),可自由下载、安装和使用。

Typefully Skill 支持哪些平台?

Typefully Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Typefully Skill?

由 chapati(@chapati23)开发并维护,当前版本 v1.0.0。

💬 留言讨论