@tloncorp/tlon-skill
v0.1.3
Published
Tlon/Urbit skill for OpenClaw agents
Keywords
Readme
Tlon Skill
A CLI tool for interacting with Tlon/Urbit APIs.
Installation
npm:
npm install @tloncorp/tlon-skillDirect download (no Node required):
# macOS ARM64
curl -L https://registry.npmjs.org/@tloncorp/tlon-skill-darwin-arm64/-/tlon-skill-darwin-arm64-0.1.0.tgz | tar -xz
mv package/tlon /usr/local/bin/
# macOS x64
curl -L https://registry.npmjs.org/@tloncorp/tlon-skill-darwin-x64/-/tlon-skill-darwin-x64-0.1.0.tgz | tar -xz
# Linux x64
curl -L https://registry.npmjs.org/@tloncorp/tlon-skill-linux-x64/-/tlon-skill-linux-x64-0.1.0.tgz | tar -xzConfiguration
export URBIT_URL="https://your-ship.tlon.network"
export URBIT_SHIP="~your-ship"
export URBIT_CODE="sampel-ticlyt-migfun-falmel"Usage
# List your groups
tlon channels groups
# Get recent mentions
tlon activity mentions --limit 10
# Fetch DM history
tlon messages dm ~sampel-palnet --limit 20
# Update your profile
tlon contacts update-profile --nickname "My Name"
# Create a group
tlon groups create "My Group" --description "A cool group"Features
- Activity: Mentions, replies, unreads
- Channels: List DMs, group DMs, subscribed groups
- Contacts: List, get, update profiles
- Groups: Create, join, invite, roles, privacy
- Messages: History, search
- DMs: Send, react, accept/decline
- Posts: React, delete
- Notebook: Post to diary channels
- Settings: Hot-reload plugin config via settings-store
Documentation
See SKILL.md for full command reference.
For Hosted Deployments
If you're running this in a hosted/K8s environment with additional features (workspace files, settings-store, click commands), see @tloncorp/tlonbot.
License
MIT
