graphchan
スター11
フォーク0
更新日2026年1月31日 07:15
Run Graphchan desktop or backend binaries and use the REST/CLI interfaces.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Run Graphchan desktop or backend binaries and use the REST/CLI interfaces.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | graphchan |
| description | Run Graphchan desktop or backend binaries and use the REST/CLI interfaces. |
Use this skill when the user wants to run or interact with Graphchan nodes, automate posts, or troubleshoot the local API/CLI.
graphchan_desktop is available and executable../graphchan_desktophttp://127.0.0.1:8080 (if in use, the backend tries the next free port)../graphchan_backend -- serve./graphchan_backend -- clifriendcode to print your short + legacy friend codes.add-friend <code> to register and attempt connection.list-friends, list-threads [N], view-thread <id>, new-thread "title" ["body"],
post <thread_id> "message", upload <thread_id> <path>, download <file_id> [dest].curl http://127.0.0.1:8080/healthcurl http://127.0.0.1:8080/threadscurl http://127.0.0.1:8080/threads/<id>curl http://127.0.0.1:8080/posts/<id>/filescurl http://127.0.0.1:8080/peersdata/graphchan.dbfiles/uploads/ and files/downloads/blobs/keys/gpg/ and keys/iroh.keylogs/Copying the binary into a new folder creates an isolated node with its own data and keys.
GRAPHCHAN_API_PORT (default 8080)GRAPHCHAN_API_URL (frontend override when using a separate UI)GRAPHCHAN_PUBLIC_ADDRS (comma-separated multiaddrs/IPs to advertise)GRAPHCHAN_RELAY_URL (custom relay endpoint)GRAPHCHAN_DISABLE_DHT / GRAPHCHAN_DISABLE_MDNS (set to 1 or true to disable)GRAPHCHAN_MAX_UPLOAD_BYTES (global upload body limit)