Install any skill in seconds. Free to start, no credit card required.
Get Started Free →**Purpose**: Manual tweet posting with content guardrails and human approval flow.
.claude/skills/automateyournetwork-skill-twitter-share/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-21 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 302% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 228% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 175% | 0% |
Purpose: Manual tweet posting with content guardrails and human approval flow.
MCP Server: twitter-mcp
The twitter-share skill enables users to ask NetClaw to tweet specific content. All tweets go through content guardrails and require explicit human approval before posting (per Constitution Principle XIV - Human-in-the-Loop for External Communications).
1. User requests a tweet
- "Tweet about BGP path selection"
- "Tweet: Here is my specific content"
│
▼
2. Generate or use provided content
- If topic given: Generate with CCIE persona
- If exact text given: Use verbatim (with guardrail check)
│
▼
3. Apply content guardrails
- Check for IP addresses, credentials, customer names
- Sanitize if possible, block if necessary
- Ensure #netclaw hashtag present
│
▼
4. Check content length
- ≤280 chars: Single tweet
- >280 chars: Prepare thread
│
▼
5. HUMAN APPROVAL (REQUIRED)
- Show tweet preview to user
- Display any guardrail actions taken
- Wait for explicit "yes" or approval
│
▼
6. Post to Twitter
- Single tweet: twitter_post_tweet
- Thread: twitter_post_thread
- With image: twitter_post_tweet_with_media
│
▼
7. Return tweet URL
- Confirm successful posting
- Provide link to view tweet| Tool | Purpose | |------|---------| | twitter_post_tweet | Post single tweet (≤280 chars) | | twitter_post_thread | Post thread for long content | | twitter_post_tweet_with_media | Post tweet with image attachment | | twitter_delete_tweet | Delete a tweet (cleanup) | | twitter_get_rate_limits | Check remaining quota |
Twitter is external communication visible to people outside the current session. Therefore:
I'll prepare a tweet about BGP path selection for you.
**Preview:**
> BGP path selection follows 11 steps per RFC 4271. The first four (weight,
> local preference, locally originated, AS path length) handle 90% of decisions.
> Master these before diving into MED and origin codes. #netclaw
**Guardrail Status:** ✓ Passed (no sensitive content detected)
**Character Count:** 247/280
Would you like me to post this tweet? (yes/no)User: "Tweet about OSPF area types"
NetClaw:
User: "Tweet: Just finished my CCNP exam! Passed on the first try. #netclaw #networking"
NetClaw:
User: "Tweet this network diagram with caption 'Our new spine-leaf design'"
NetClaw:
User: "Tweet about the complete BGP path selection algorithm"
NetClaw:
| Pattern | Action | Result | |---------|--------|--------| | Real IPv4 address | Sanitize | Replace with 192.0.2.x | | Real IPv6 address | Sanitize | Replace with 2001:db8::x | | MAC address | Block | Reject, ask for removal | | Credential pattern | Block | Reject, ask for removal | | Internal hostname | Block | Reject, ask for removal | | Missing #netclaw | Auto-add | Append hashtag |
I can't post this tweet because it contains sensitive content:
- Detected: Internal hostname pattern "corp-router-01"
Please remove or redact the hostname and try again.Twitter rate limit reached (50 tweets per 24 hours).
Reset in approximately 4 hours.
Would you like me to queue this tweet for later?Twitter API returned an error: [error message]
This could be due to:
- Network connectivity issues
- Invalid credentials
- Twitter service issues
Please check the configuration and try again.Other measured skills in the registry, with their headline benchmark lift.