Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Twitter/X aggregator for market-relevant signals with LLM-powered scoring. Fetches, processes, and curates tweets for market analysis. --- name: twag description: Twitter/X aggregator for market-relevant signals with LLM-powered scoring. Fetches, processes, and curates tweets for market analysis. read_when: - Processing Twitter/X feed for market signals - Searching for market-relevant tweets - Generating daily tweet digests - Managing followed Twitter accounts - Finding tweets about specific tickers or topics homepage: https://github.com/clifton/twa Published capability contract available. No trust telemetry is available yet. 3 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
twag is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Twitter/X aggregator for market-relevant signals with LLM-powered scoring. Fetches, processes, and curates tweets for market analysis. --- name: twag description: Twitter/X aggregator for market-relevant signals with LLM-powered scoring. Fetches, processes, and curates tweets for market analysis. read_when: - Processing Twitter/X feed for market signals - Searching for market-relevant tweets - Generating daily tweet digests - Managing followed Twitter accounts - Finding tweets about specific tickers or topics homepage: https://github.com/clifton/twa
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. 3 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 22, 2026
Vendor
Clifton
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 3 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/clifton/twag.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Clifton
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
3 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
npm install -g @steipete/bird
bash
brew install steipete/tap/bird
bash
export AUTH_TOKEN="..." export CT0="..."
bash
pip install twag
bash
git clone https://github.com/clifton/twag.git cd twag && pip install -e .
bash
twag init twag doctor
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Twitter/X aggregator for market-relevant signals with LLM-powered scoring. Fetches, processes, and curates tweets for market analysis. --- name: twag description: Twitter/X aggregator for market-relevant signals with LLM-powered scoring. Fetches, processes, and curates tweets for market analysis. read_when: - Processing Twitter/X feed for market signals - Searching for market-relevant tweets - Generating daily tweet digests - Managing followed Twitter accounts - Finding tweets about specific tickers or topics homepage: https://github.com/clifton/twa
name: twag description: Twitter/X aggregator for market-relevant signals with LLM-powered scoring. Fetches, processes, and curates tweets for market analysis. read_when:
bird is required for Twitter/X API access. Install via npm:
npm install -g @steipete/bird
Or on macOS via Homebrew:
brew install steipete/tap/bird
Verify: bird --version
bird uses cookie-based auth. The user must provide two cookies from their browser:
AUTH_TOKEN โ The auth_token cookie from x.comCT0 โ The ct0 cookie from x.comSet as environment variables:
export AUTH_TOKEN="..."
export CT0="..."
Or add to ~/.env (twag sources this automatically).
Verify auth: bird whoami
pip install twag
Or from source:
git clone https://github.com/clifton/twag.git
cd twag && pip install -e .
twag init
twag doctor
export GEMINI_API_KEY="..." # Required
export ANTHROPIC_API_KEY="..." # Optional, for enrichment
# Full pipeline
twag fetch && twag process && twag digest
# Search high-signal tweets
twag search "market" --today -s 7
# Check stats
twag stats --today
twag fetch && twag process
twag search "market" --today -s 7
twag digest --stdout
twag search "fed rate" -c fed_policy --today
twag search "powell" -a NickTimiraos --time 7d
twag search "earnings" --ticker NVDA --today
twag search "AAPL" -s 6 --time 7d
twag analyze https://x.com/user/status/123456789
twag analyze 123456789 --reprocess # Force re-analyze
twag search "query" # Full-text search
twag search "query" -c fed_policy # Filter by category
twag search "query" -a handle # Filter by author
twag search "query" --ticker AAPL # Filter by ticker
twag search "query" --today # Since last market close
twag search "query" --time 7d # Last N days
twag search "query" -s 7 # Min score threshold
twag search "query" --format full # Digest-style output
twag search "query" --format json # JSON output
Query syntax:
inflation fed (matches both)"rate hike" (exact)inflation AND fed, fed NOT fomcinfla* (wildcard)twag fetch # Home + tier-1 + bookmarks
twag fetch --no-tier1 # Home only
twag fetch -u @handle # Specific user
twag fetch --source search -q "query" # Search tweets
twag process # Score unprocessed
twag process -n 100 # Limit batch
twag process --dry-run # Preview
twag process --no-notify # Skip alerts
twag digest # Today's digest (saves to file)
twag digest --stdout # Output to terminal
twag digest -d 2026-01-29 # Specific date
twag digest --min-score 6 # Custom threshold
twag accounts list # All accounts
twag accounts list -t 1 # Tier-1 only
twag accounts add @handle # Add account
twag accounts add @handle -t 1 # Add as tier-1
twag accounts promote @handle # Promote to tier-1
twag accounts mute @handle # Mute account
twag accounts boost @handle --amount 10
twag accounts decay # Apply daily decay
twag stats # All-time
twag stats --today # Today
twag prune --days 14 # Delete old tweets
twag export --days 7 # Export recent
twag db path # Show location
twag db shell # SQLite shell
twag db rebuild-fts # Rebuild search index
twag db dump # Backup
twag db restore backup.sql # Restore
twag web # Start (localhost:5173)
twag web --host 127.0.0.1 # Localhost only
twag web --port 8080 # Custom port
twag config show # Show config
twag config path # Show path
twag config set key value # Update setting
| Score | Level | Behavior | |-------|-------|----------| | 8-10 | High signal | Telegram alert | | 6-7 | Market relevant | In digests | | 4-5 | News/context | Searchable | | 0-3 | Noise | Filtered out |
fed_policy, inflation, job_market, macro_data, earnings, equities, rates_fx, credit, banks, consumer_spending, commodities, energy, geopolitical, tech_business, ai_advancement, crypto
| Variable | Required | Purpose |
|----------|----------|---------|
| AUTH_TOKEN | Yes | Twitter auth cookie |
| CT0 | Yes | Twitter ct0 cookie |
| GEMINI_API_KEY | Yes | LLM triage |
| ANTHROPIC_API_KEY | No | Enrichment |
| TELEGRAM_BOT_TOKEN | No | Alerts |
| TELEGRAM_CHAT_ID | No | Alert destination |
When sending digests to Telegram, follow {baseDir}/TELEGRAM_DIGEST_FORMAT.md:
**BOLD CAPS** for section headers (no markdown ###)โข for bullet points[๐](url) for links, [๐](url) for chartsSee {baseDir}/SUGGESTED_CRON_SCHEDULE.md for:
npm install -g @steipete/bird
# Check cookies are set
bird whoami
# If expired, get fresh cookies from x.com
bird query-ids --fresh
twag db rebuild-fts
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/clifton-twag/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clifton-twag/contract"
curl -s "https://xpersona.co/api/v1/agents/clifton-twag/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/clifton/twag#input",
"outputSchemaRef": "https://github.com/clifton/twag#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:43:31.225Z",
"sourceUpdatedAt": "2026-02-24T19:43:31.225Z",
"freshnessSeconds": 4420349
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clifton-twag/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clifton-twag/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clifton-twag/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clifton-twag/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clifton-twag/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clifton-twag/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:36:00.340Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clifton-twag/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clifton-twag/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:31.225Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/clifton-twag/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clifton-twag/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:43:31.225Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/clifton/twag#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/clifton-twag/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:43:31.225Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clifton",
"href": "https://github.com/clifton/twag",
"sourceUrl": "https://github.com/clifton/twag",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "3 GitHub stars",
"href": "https://github.com/clifton/twag",
"sourceUrl": "https://github.com/clifton/twag",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clifton-twag/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clifton-twag/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to twag and adjacent AI workflows.