jackwenerjackwenerCommunityยท1 Agent Skills Included

discord-cli

Sync, search, and export Discord messages locally

Syncs Discord channel history into a local SQLite database for fast offline search and analysis. Eliminates endless scrolling and manual copy-paste when reviewing chat history or tracking activity. Exports structured YAML or JSON results so scripts and agents can process conversations directly.
npx skills add jackwener/discord-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install discord-cli?โ–ผ

Run `npx skills add jackwener/discord-cli --all -g -y` in your terminal to install this skill globally.

How to search Discord messages from the terminal?โ–ผ

Run `discord dc sync-all` to cache messages locally, then use `discord search "keyword"` to query them instantly from SQLite.

Does discord-cli work with AI agents?โ–ผ

Yes. Every query supports `--yaml` and `--json` structured output, and the included SKILL.md gives agents clear usage defaults.

Is discord-cli safe to use on my account?โ–ผ

It uses your local user token, which Discord may flag. Use it only on your own account and only if you accept that risk.

Can I export Discord chat history to a file?โ–ผ

Yes. Run `discord export <channel> -f json -o out.json` to save stored messages as text or JSON.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’