← 返回 Skills 市场
🔌

Discrawl

作者 OpenClaw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
250
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install discrawl
功能描述
Discord archive: search, sync freshness, DMs, channel slices, SQL counts, and Discrawl repo work.
使用说明 (SKILL.md)

Discrawl

Use local Discord archive data before live Discord APIs. Check freshness for recent/current questions:

discrawl status --json
discrawl doctor

Refresh only when stale or asked:

discrawl sync --source wiretap
discrawl sync

Query with bounded slices:

DISCRAWL_NO_AUTO_UPDATE=1 discrawl search --limit 20 "query"
discrawl messages --channel '#maintainers' --days 7 --all
discrawl dms --last 20
DISCRAWL_NO_AUTO_UPDATE=1 discrawl --json sql "select count(*) from messages;"

Report absolute date spans, channel/DM names, counts, and known gaps. Use read-only SQL for exact counts/rankings. Never use --unsafe --confirm unless the user explicitly requests a reviewed DB mutation.

Boundaries: bot sync needs configured Discord bot credentials. Wiretap reads local Discord Desktop artifacts only; do not extract user tokens, call Discord as the user, or write to Discord storage. Git-share snapshots must not include secrets or @me DM rows.

安全使用建议
Before installing, confirm you trust the external Discrawl CLI, use only least-privilege Discord bot credentials, avoid user tokens, and verify any shared archive snapshots exclude secrets and private DMs.
功能分析
Type: OpenClaw Skill Name: discrawl Version: 1.0.0 The discrawl skill provides a CLI interface for searching and syncing local Discord archives. The SKILL.md file includes explicit safety boundaries for the AI agent, such as avoiding token extraction, restricting SQL usage to read-only queries by default, and preventing unauthorized Discord API calls. The installation process follows standard Go module patterns (github.com/openclaw/discrawl), and the functionality is consistent with the stated purpose of local data analysis.
能力评估
Purpose & Capability
The stated purpose coherently matches the documented commands for Discord archive search, freshness checks, DMs, channel slices, and SQL counts, but those capabilities involve private communications.
Instruction Scope
The instructions encourage bounded queries and read-only SQL, and they require explicit user request for reviewed database mutations; raw SQL and sync commands still deserve user attention.
Install Mechanism
The skill installs the discrawl binary from a Go module using @latest, so behavior depends on the external module version fetched at install time.
Credentials
Discord bot credentials and local Discord Desktop artifacts are purpose-aligned for archive sync/search, but they are sensitive and should be scoped carefully.
Persistence & Privilege
No hidden background persistence is shown, but archive data and git-share snapshots may retain or propagate private Discord content if not handled carefully.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install discrawl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /discrawl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Adopt as stock OpenClaw skill with compact CLI metadata.
v0.1.0
Initial publish: PaperChase crawler-fleet skill wrapping the upstream discrawl CLI.
元数据
Slug discrawl
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Discrawl 是什么?

Discord archive: search, sync freshness, DMs, channel slices, SQL counts, and Discrawl repo work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 Discrawl?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install discrawl」即可一键安装,无需额外配置。

Discrawl 是免费的吗?

是的,Discrawl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Discrawl 支持哪些平台?

Discrawl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Discrawl?

由 OpenClaw(@openclaw)开发并维护,当前版本 v1.0.0。

💬 留言讨论