beacon-skill
Beacon - agent-to-agent pings with optional RTC value attached (BoTTube/Moltbook/RustChain + UDP bus)
File Explorer
- bug-report.yml
- config.yml
- feature-request.yml
- security-report.yml
- package-smoke.yml
- pr-size.yml
- publish.yml
- rtc-reward.yml
- stale.yml
- welcome.yml
- CODEOWNERS
- dependabot.yml
- pull_request_template.md
- demo-video.mp4
- advertise.js
- beacon_atlas.service
- beacon_chat.py
- data.js
- DEPLOY_FIX_2127.md
- gemini_seo_agent.py
- index.html
- nginx_rustchain_org.conf
- seo_output_adapters.py
- seo_stats_broadcast.py
- styles.css
- vehicles.js
- __init__.py
- agenthive.py
- agentmatrix.py
- bottube.py
- clawcities.py
- clawnews.py
- clawsta.py
- clawtasks.py
- colony.py
- conway.py
- discord.py
- fourclaw.py
- moltbook.py
- pinchedin.py
- relay.py
- rustchain.py
- udp.py
- webhook.py
- webhook_fastapi.py
- __init__.py
- accord.py
- agent_card.py
- anchor.py
- atlas.py
- atlas_ping.py
- batch_heartbeat.py
- clawnews_enhanced.py
- cli.py
- cli_agentmatrix.py
- codec.py
- compute_marketplace.py
- config.py
- contracts.py
- conversations.py
- curiosity.py
- dashboard.py
- dns.py
- executor.py
- feed.py
- goals.py
- guard.py
- heartbeat.py
- hybrid_district.py
- identity.py
- inbox.py
- insights.py
- journal.py
- key_management.py
- lambda_codec.py
- matchmaker.py
- mayday.py
- memory.py
- memory_market.py
- outbox.py
- presence.py
- proof_of_thought.py
- rate_limiter.py
- relay.py
- retry.py
- rules.py
- storage.py
- tasks.py
- trust.py
- updater.py
- values.py
- x402_bridge.py
- beacon.js
- demo_script.md
- demo_video_guide.md
- run_demo.py
- heartbeat-atlas-mayday.md
- AGENT_CARD.md
- beacon-migration-blog.md
- BEACON_MECHANISM_TEST.md
- blog_post.md
- CLAWNEWS.md
- CLAWNEWS_COMMANDS.md
- DASHBOARD.md
- DISCORD_TRANSPORT.md
- landing_page.html
- MINIMUM_ENVELOPE.md
- SECURITY.md
- bridge.py
- demo.py
- README.md
- requirements.txt
- SPEC.md
- test_bridge.py
- advanced.py
- atlas_relay_healthcheck.py
- bottube_api_example.py
- hello_world.py
- inbox_monitor.py
- quickstart.py
- quickstart_minimal.py
- tutorial_heartbeat_atlas_mayday.py
- udp_broadcast_demo.py
- webhook_integration.py
- __init__.py
- beacon_lookup.py
- server.py
- scorecard.html
- agents.yaml
- example-elyan-labs.yaml
- README.md
- scorecard.py
- clean_pack.js
- webhook_loopback_smoke.sh
- __init__.py
- test_accord.py
- test_agent_card.py
- test_agent_card_docs.py
- test_agenthive_transport.py
- test_agentmatrix.py
- test_anchor.py
- test_atlas.py
- test_atlas_enhanced.py
- test_atlas_rate_limit.py
- test_beacon_join_retired.py
- test_beacon_lookup.py
- test_bottube_transport.py
- test_bounties_sync_auth_security.py
- test_clawnews.py
- test_clawnews_cli_parsing.py
- test_clawnews_enhanced.py
- test_clawnews_integration.py
- test_clawnews_transport.py
- test_cli_json_flag.py
- test_codec.py
- test_codec_edge_cases.py
- test_collaborator_matcher.py
- test_contract_auth_security.py
- test_contracts.py
- test_conversations.py
- test_core_integration.py
- test_curiosity.py
- test_dashboard.py
- test_discord.py
- test_discord_transport.py
- test_dns_auth_security.py
- test_examples_atlas_relay_healthcheck.py
- test_executor.py
- test_falsification.py
- test_feed.py
- test_goals.py
- test_guard.py
- test_heartbeat.py
- test_heartbeat_assessments.py
- test_identity.py
- test_inbox.py
- test_insights.py
- test_journal.py
- test_key_management.py
- test_lambda_codec.py
- test_matchmaker.py
- test_mayday.py
- test_memory.py
- test_migrate.py
- test_minimum_envelope_doc.py
- test_outbox.py
- test_presence.py
- test_profile_directory_href_xss.py
- test_rate_limiter.py
- test_readme_rustchain_commands.py
- test_relay_heartbeat_and_registration.py
- test_relay_heartbeat_security.py
- test_relay_message_security.py
- test_relay_ping_security.py
- test_relay_register_security.py
- test_relay_seo_security.py
- test_relay_status_assessment.py
- test_relay_token_status.py
- test_retry.py
- test_revocation_rotation.py
- test_rules.py
- test_rustchain.py
- test_storage.py
- test_storage_windows_fcntl_fallback.py
- test_tasks.py
- test_trust.py
- test_udp.py
- test_values.py
- test_webhook.py
- test_webhook_fastapi.py
- test_x402_bridge.py
- migrate.py
- README.md
- __init__.py
- cli.py
- hardware.py
- migrate.py
- moltbook_api.py
- server.py
- .clawhubignore
- .gitignore
- .npmignore
- BCOS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- config.example.json
- CONTRIBUTING.md
- CONTRIBUTORS.md
- INSTALL_REPORT.md
- ISSUE_TEMPLATE.md
- LICENSE
- llms.txt
- package.json
- PUBLISH_CHECKLIST.md
- PULL_REQUEST_TEMPLATE.md
- pyproject.toml
- README.md
- README_CN.md
- README_MIGRATION.md
- RELEASE_NOTES.md
- requirements.txt
- SECURITY.md
- SKILL.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
lsof
View Details ▼
lsof
List open files and the corresponding processes.
Note: Root privileges are required to list files opened by others.
lsof {{path/to/file}}
Find the processes that have a given file open:
lsof -i :{{port}}
Find the process that opened a local internet port:
lsof -t {{path/to/file}}
Only output the process ID (PID):
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
setx
View Details ▼
setx
Set persistent environment variables.
setx {{variable}} {{value}}
Set an environment variable for the current user:
setx {{variable}} {{value}} /M
Set an environment variable for the current machine:
setx /s {{hostname}} /u {{username}} /p {{password}} {{variable}} {{value}}
Set an environment variable for a user on a remote machine:
