← Back to Skills Marketplace
chapati23

Typefully Skill

by chapati · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
371
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install typefully-drafts
Description
Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Masto...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install typefully-drafts
  3. After installation, invoke the skill by name or use /typefully-drafts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug typefully-drafts
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Typefully Skill?

Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Masto... It is an AI Agent Skill for Claude Code / OpenClaw, with 371 downloads so far.

How do I install Typefully Skill?

Run "/install typefully-drafts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Typefully Skill free?

Yes, Typefully Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Typefully Skill support?

Typefully Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Typefully Skill?

It is built and maintained by chapati (@chapati23); the current version is v1.0.0.

💬 Comments