bitcoin-privacy-tor
Bitcoin over Tor: Tor v3 hidden services, onion-only nodes, bitcoind torcontrol integration, Lightning over Tor. USE WHEN: hardening node privacy, configuring onion-only setups, debugging Tor + bitcoind interaction.
What this skill does
# Bitcoin over Tor Bitcoin Core has built-in support for routing P2P traffic over Tor. Both inbound and outbound. Same for Lightning impls. ## Configuration (bitcoind) ```ini proxy=127.0.0.1:9050 listen=1 listenonion=1 torcontrol=127.0.0.1:9051 torpassword=... # OR cookie auth externalip=... # auto-discovered via Tor v3 hidden service # Onion-only: drop all clearnet onlynet=onion ``` `bitcoind` connects to Tor's controlport, creates a Tor v3 hidden service automatically, advertises it via gossip. ## Tor v3 only BIP155 addrv2 introduced support for Tor v3. Tor v2 deprecated by Tor project + Bitcoin Core. Format: 56-character `.onion` (Tor v3 vs the older 16-char v2). ## Lightning over Tor LND, CLN, LDK all support Tor: - Inbound via `tor.v3=true` or similar config. - Outbound: SOCKS5 to Tor proxy. - Hidden service for receiving connections + invoices via private routes. ## Privacy benefit - **IP address concealment** — peers don't learn your IP. - **Geographic concealment** — no inferring location. - **Censorship resistance** — Tor circumvents IP-based blocks. ## Privacy gotchas - **Tx broadcast leaks** if you broadcast a tx to a random peer that knows your IP. With `onlynet=onion`, all P2P over Tor → no leak. - **Block download** also goes over Tor → slower IBD. - **DNS leak** if `proxy` is set but DNS queries go elsewhere → use `dns=0` and pre-bootstrap nodes via `addnode=`. - **Time correlation** — even over Tor, tx timing can leak info. Mitigation: Dandelion++ (BIP156) randomizes broadcast. ## Performance - Tor v3 hidden service: ~50-100 ms RTT typical. - IBD over Tor: ~2-3x slower than clearnet. - Lightning channel ops: minor latency hit. ## I2P alternative Bitcoin Core supports I2P via SAM: ```ini i2psam=127.0.0.1:7656 ``` Less common than Tor but provides a different network. ## CJDNS Mesh-network IPv6 (fc00::/7). Bitcoin nodes can reach each other without exiting to clearnet: ```ini cjdnsreachable=1 ``` Niche; mostly used by experimental peer-to-peer enthusiasts. ## Common bugs - Forgetting `listenonion=1` → no inbound from Tor peers. - Mixing clearnet + Tor without `onlynet=onion` → mixed routing. - Tor circuit failures cause peer drops; bitcoind retries automatically. - `externalip=` set incorrectly → wrong gossip advertisement. ## See also - [../../core/operations/SKILL.md](../../core/operations/SKILL.md) - [../../protocol/p2p/SKILL.md](../../protocol/p2p/SKILL.md) - [dandelion/SKILL.md](../dandelion/SKILL.md)
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.