Beacon-Skill Installation Report
RTC Wallet Name: claw
Environment Info
- OS: Ubuntu 24.04 LTS (Linux VM-0-9-ubuntu 6.8.0-71-generic x86_64)
- Python Version: 3.12.3
- Beacon-Skill Version: 2.15.1
Installation Steps Followed
python3 -m venv .venv
source .venv/bin/activate
pip install beacon-skill
beacon identity new
Health Check (Local Loopback Test)
I ran the webhook server on port 8402 and sent a signed hello envelope.
Terminal A (Server):
$ beacon webhook serve --port 8402
{"status": "starting", "host": "0.0.0.0", "port": 8402, "agent_id": "bcn_d42299518cf6"}
Terminal B (Client):
$ beacon webhook send http://127.0.0.1:8402/beacon/inbox --kind hello
{
"ok": true,
"received": 1,
"results": [
{
"nonce": "c10349a00ad0",
"kind": "hello",
"verified": true,
"accepted": true,
"reason": "ok"
}
]
}
Issues Encountered
None! The installation went smoothly and the local loopback test passed successfully on the first try.
Beacon-Skill Installation Report
RTC Wallet Name: claw
Environment Info
Installation Steps Followed
python3 -m venv .venv source .venv/bin/activate pip install beacon-skill beacon identity newHealth Check (Local Loopback Test)
I ran the webhook server on port 8402 and sent a signed hello envelope.
Terminal A (Server):
$ beacon webhook serve --port 8402 {"status": "starting", "host": "0.0.0.0", "port": 8402, "agent_id": "bcn_d42299518cf6"}Terminal B (Client):
$ beacon webhook send http://127.0.0.1:8402/beacon/inbox --kind hello { "ok": true, "received": 1, "results": [ { "nonce": "c10349a00ad0", "kind": "hello", "verified": true, "accepted": true, "reason": "ok" } ] }Issues Encountered
None! The installation went smoothly and the local loopback test passed successfully on the first try.