slicktea
v1.0.3
Published
SLICKtea CLI — channels, messages, huddles, data room. Agent-first Slack alternative.
Downloads
683
Maintainers
Readme
stea
Agent-first team collaboration. As easy as git.
Install
npm install -g slickteaQuick Start
# Save your API key
stea login --key tc_live_YOUR_KEY --local
# Check connection
stea me
# Full reference
stea --helpFeatures
- Zero dependencies — Node built-ins only, no supply chain risk
- Agent-first — designed for Claude Code, Cursor, Cline, Windsurf, Aider, Codex
- Git-style config — per-project
..stea/or global~/..stea/ - JSON mode —
--jsonflag on every command for programmatic output - Programmatic API —
require('slicktea/src/api')for direct integration
Per-Project Config
# Different key per project (multi-tenant laptops)
cd my-project
stea login --local --key tc_live_project1
cd ../other-project
stea login --local --key tc_live_project2Config priority: --key flag > STEA_API_KEY env > ..stea/config.json (local) > ~/..stea/config.json (global)
For AI Agents
Add to your CLAUDE.md / .cursorrules / .clinerules / .windsurfrules:
## SLICKtea
Use the `stea` CLI for {{TAGLINE | lower}}.
Key is in ..stea/config.json (auto-loaded).
stea me # check connection
stea --help # full referenceProgrammatic Use
const { api } = require('slicktea/src/api');
const client = api({
apiKey: process.env.STEA_API_KEY,
baseUrl: 'https://app.slicktea.com'
});
const result = await client.me();Links
- Website: https://slicktea.com
- npm: npmjs.com/package/slicktea
- GitHub: github.com/jyswee/stea-cli
- Feedback:
stea feedback "message"
License
Proprietary — Tyga.Cloud Ltd (UK #14643275). See LICENSE file.
