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)