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
Automates BTC Map issue triage including two-phase verification of location submissions (automated checks and outreach), confidence scoring, and posting verification reports to Gitea. Use when working with BTC Map location submissions, merchant verifications, or verifying Bitcoin-accepting businesses. Handles location-submission and location-verification issues from the btcmap-data repository. --- name: btcmap-triage description: > Automates BTC Map issue triage including two-phase verification of location submissions (automated checks and outreach), confidence scoring, and posting verification reports to Gitea. Use when working with BTC Map location submissions, merchant verifications, or verifying Bitcoin-accepting businesses. Handles location-submission and location-verification issues from the btcmap-d Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
btcmap-triage is best for 1, someone workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Automates BTC Map issue triage including two-phase verification of location submissions (automated checks and outreach), confidence scoring, and posting verification reports to Gitea. Use when working with BTC Map location submissions, merchant verifications, or verifying Bitcoin-accepting businesses. Handles location-submission and location-verification issues from the btcmap-data repository. --- name: btcmap-triage description: > Automates BTC Map issue triage including two-phase verification of location submissions (automated checks and outreach), confidence scoring, and posting verification reports to Gitea. Use when working with BTC Map location submissions, merchant verifications, or verifying Bitcoin-accepting businesses. Handles location-submission and location-verification issues from the btcmap-d
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Teambtcmap
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/teambtcmap/btcmap-triage-skill.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
Teambtcmap
Protocol compatibility
OpenClaw
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
cp config/config.example.yaml config/config.yaml # Edit config.yaml with your Gitea token
text
Join #btcmap-taggers:matrix.org
bash
python scripts/triage.py
yaml
gitea: token: "your-gitea-api-token-here" # Required # Optional: Configure rate limits rate_limiting: gitea_requests_per_minute: 30 web_scrape_delay_seconds: 2
text
OSM Check: 5/20 (not found) Bitcoin Check: 30/30 (verified via Square) Cross-Reference: 15/20 (Yelp/Google match) Social Media: 5/20 (limited presence) Data Consistency: 10/10 (valid) Total: 65% → MEDIUM confidence, APPROVED for import
text
currency:XBT=yes payment:lightning=yes payment:lightning_contactless=no payment:onchain=no payment:lightning:operator=square check_date:currency:XBT=YYYY-MM-DD check_date=YYYY-MM-DD source=square # For new nodes only
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Automates BTC Map issue triage including two-phase verification of location submissions (automated checks and outreach), confidence scoring, and posting verification reports to Gitea. Use when working with BTC Map location submissions, merchant verifications, or verifying Bitcoin-accepting businesses. Handles location-submission and location-verification issues from the btcmap-data repository. --- name: btcmap-triage description: > Automates BTC Map issue triage including two-phase verification of location submissions (automated checks and outreach), confidence scoring, and posting verification reports to Gitea. Use when working with BTC Map location submissions, merchant verifications, or verifying Bitcoin-accepting businesses. Handles location-submission and location-verification issues from the btcmap-d
This skill automates the verification and triage of BTC Map location issues. It performs two-phase verification, calculates confidence scores, and posts detailed reports to Gitea.
Configure the skill:
cp config/config.example.yaml config/config.yaml
# Edit config.yaml with your Gitea token
Join the Matrix room (optional but recommended):
Join #btcmap-taggers:matrix.org
This is where the Shadowy Supertaggers coordinate. Useful for requesting local verification and avoiding duplicate work.
Run triage:
python scripts/triage.py
Copy config/config.example.yaml to config/config.yaml and set:
gitea:
token: "your-gitea-api-token-here" # Required
# Optional: Configure rate limits
rate_limiting:
gitea_requests_per_minute: 30
web_scrape_delay_seconds: 2
Required Environment Variables:
GITEA_TOKEN: Your Gitea API token from https://gitea.btcmap.org/user/settings/applicationsFor each issue, the skill automatically checks:
OSM Verification (20% weight)
node["name"](around:100,{lat},{lon})currency:XBT tags on nearby nodesWebsite Verification (30% weight)
Social Media Verification (20% weight) - REQUIRED
contact:facebook=, contact:instagram=)contact:facebook= and/or contact:instagram= when foundCross-Reference Verification (20% weight)
Data Consistency Check (10% weight)
Issues with the import/square label are automatically verified for Bitcoin acceptance:
Example scoring for Square import:
OSM Check: 5/20 (not found)
Bitcoin Check: 30/30 (verified via Square)
Cross-Reference: 15/20 (Yelp/Google match)
Social Media: 5/20 (limited presence)
Data Consistency: 10/10 (valid)
Total: 65% → MEDIUM confidence, APPROVED for import
Required Square OSM Tags: For merchants imported via Square, include these tags in the OSM edit:
currency:XBT=yes
payment:lightning=yes
payment:lightning_contactless=no
payment:onchain=no
payment:lightning:operator=square
check_date:currency:XBT=YYYY-MM-DD
check_date=YYYY-MM-DD
source=square # For new nodes only
Note: Square imports still require OSM verification (does node exist?) and should follow the complete tagging guidance at: https://gitea.btcmap.org/teambtcmap/btcmap-general/wiki/Tagging-Square-Merchants
Phase 2 is only triggered if Phase 1 confidence is below threshold (default: 70%).
Capability check: Before starting Phase 2, check whether you have email-sending and social media DM capabilities. If you do not:
enable_phase2: false in config, ORIf you do have outreach capability:
Email Verification (+20% if confirmed)
Social Media DM (+15% if confirmed)
Phase 1 Score (0-100%):
OSM Check: 20% (bonus — absence is not a heavy penalty)
Website Check: 30% (primary signal)
Social Media: 20%
Cross-Reference: 20%
Data Consistency: 10%
Phase 2 Bonus (up to +35%):
Email Confirmation: +20%
Social DM Confirmation: +15%
Final Score Thresholds:
90-100%: HIGH confidence → Recommend approval
70-89%: MEDIUM confidence → Recommend approval with notes
50-69%: LOW confidence → Needs human review
0-49%: VERY LOW → Recommend rejection/more info
**Square Import Adjustment:**
For issues with `import/square` label, the Website Check score is automatically
set to 30/30 (Bitcoin confirmed), and Phase 2 is skipped. Minimum Phase 1 score
is 30% from Bitcoin verification alone.
All weights are configurable in config/config.yaml.
Each verification step maps to a specific tool from allowed-tools:
| Step | Tool | Usage |
|------|------|-------|
| Fetch Gitea issues | WebFetch | GET https://gitea.btcmap.org/api/v1/repos/teambtcmap/btcmap-data/issues?state=open&labels=type/location-submission with Authorization: token {GITEA_TOKEN} header |
| Post Gitea comment | WebFetch | POST .../issues/{number}/comments with JSON body {"body": "<report markdown>"} |
| OSM verification | WebFetch | POST https://overpass-api.de/api/interpreter with Overpass QL query (see scripts/osm_client.py) |
| Website check | WebFetch | GET {merchant_website} and search returned content for Bitcoin keywords |
| Social media check | WebFetch | GET https://twitter.com/search?q={merchant_name} or similar |
| Cross-reference | WebFetch | GET https://www.google.com/maps/search/{merchant_name} and Yelp search |
| Parse issue body | Read | Read scripts/phase1_verify.py for regex patterns, or parse directly |
| Run triage script | Bash | python3 scripts/triage.py --config config/config.yaml |
| Edit config | Write | Write Gitea token and custom weights to config/config.yaml |
The scripts/ directory contains reference implementations with # AGENT: comments
marking where you should use the tools above instead of the stub/mock code.
Fetch Issues
# The skill will ask: "How many issues to process?"
python scripts/triage.py
Phase 1 Processing
Post Phase 1 Report
Phase 2 Processing (if needed)
Post Final Report
For a detailed example run with sample output, see references/EXAMPLES_AND_CUSTOMIZATION.md.
The skill interacts with Gitea to:
Fetch Issues
GET /api/v1/repos/teambtcmap/btcmap-data/issues
Params: state=open, labels=type/location-submission
Parse Issue Data
Post Comments
POST /api/v1/repos/teambtcmap/btcmap-data/issues/{number}/comments
Body: {verification_report_markdown}
Update Labels (optional)
status/pending during processingstatus/added when approvedstatus/rejected when rejectedThe Shadowy Supertaggers are the BTC Map community members who verify submissions and apply OSM edits. They coordinate in a Matrix room:
Room: #btcmap-taggers:matrix.org
Join this room to:
If respond_to_mentions is enabled, monitor the room for messages that mention
the bot or ask about specific issues. When mentioned:
Keep Matrix replies short and conversational. The detailed reports belong in Gitea issue comments, not in chat.
If daily_summary is enabled, post a summary to the room once per day:
BTC Map Triage Summary (2026-02-07):
- Issues processed: 12
- Approved: 4
- Needs review: 6
- Rejected: 2
- Oldest unprocessed issue: #11982 (3 days old)
This keeps taggers informed without spamming per-issue notifications — individual issue progress is tracked via Gitea comments instead.
For verified merchants, the skill generates tags formatted for direct copy-paste
into the OSM iD editor tag panel (one key=value per line, no extra formatting).
Any website URL or social media accounts discovered during verification are
included as contact:* tags so the OSM node gets populated with useful contact info.
Example Output:
name=Coldwater Mountain Brewpub
currency:XBT=yes
payment:lightning=yes
payment:onchain=yes
check_date:currency:XBT=2026-02-07
contact:website=https://coldwatermountainbrewpub.com
contact:twitter=https://twitter.com/coldwaterbrew
contact:instagram=https://instagram.com/coldwatermountainbrewpub
contact:phone=+1-256-555-0123
Required social media verification:
contact: tagsChangeset comment (paste into the changeset comment field):
Add Bitcoin acceptance for Coldwater Mountain Brewpub #btcmap issue:12079 Source: Verified via website and email confirmation
For detailed customization instructions (adjusting weights, changing thresholds, adding custom verification checks), see references/EXAMPLES_AND_CUSTOMIZATION.md.
GITEA_TOKEN environment variable is setconfig/config.yamlconfig.yaml:
rate_limiting:
gitea_requests_per_minute: 10
enable_phase2: false in config to suppress warningsscripts/gitea_client.pyThis skill follows the agentskills.io specification.
To contribute:
MIT License - See LICENSE file for details
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/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
Do not use if
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 6d 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": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/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-17T05:54:27.861Z"
}
},
"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"
},
{
"key": "1",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "someone",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:1|supported|profile capability:someone|supported|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": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Teambtcmap",
"href": "https://github.com/teambtcmap/btcmap-triage-skill",
"sourceUrl": "https://github.com/teambtcmap/btcmap-triage-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T02:14:44.350Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T02:14:44.350Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/teambtcmap-btcmap-triage-skill/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 btcmap-triage and adjacent AI workflows.