agents/deep_agent/skills/twitter-post/SKILL.md
Write a Twitter/X post or thread based on research findings or a given topic. Use this skill when asked to create tweets, X posts, or social media threads.
npx skillsauth add langchain-ai/langgraph-101 twitter-postInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AI agents that manage their context window well outperform those with 10x more tools.
The secret isn't more capabilities -- it's smarter context engineering.
Thread: What makes AI agents actually work in production? 🧵
1/ It's not the model size. It's context management.
The best agents treat their context window like RAM -- offloading to filesystem, summarizing aggressively, loading info on demand.
2/ Subagents are the key to scaling.
Instead of one agent doing everything, delegate to specialists. The main agent only sees the summary, not 50 intermediate tool calls.
3/ Skills > giant system prompts.
Progressive disclosure: load detailed instructions only when the task needs them. Your agent's prompt stays clean until it matters.
4/ Memory needs structure.
Semantic (facts), episodic (experiences), procedural (rules) -- route them to different backends so they persist appropriately.
5/ The takeaway: the best agent architectures are about information flow, not raw capability.
What patterns are you using? Reply with your favorite agent architecture trick.
documentation
Write a LinkedIn post based on research findings or a given topic. Use this skill when asked to create LinkedIn content, professional posts, or thought leadership pieces.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".