← Back to Skills Marketplace
dandanllab

Wanxiang Scroll

by 天天的鸟蛋蛋 · GitHub ↗ · v2.9.0 · MIT-0
cross-platform ✓ Security Clean
247
Downloads
1
Stars
1
Active Installs
41
Versions
Install in OpenClaw
/install wanxiang-scroll
Description
游戏资料包与创意文艺工具,56种文风即时切换,网文创作全流程,交互式协作叙事,回合制异世界人生模拟,拆书融合创作,文学润色与文笔提升
Usage Guidance
要点与建议: - 这是个以文档与写作工具为主的技能,包含大量写作模板与说明,功能声明与文件内容总体一致。 - 仓库里有若干爬虫/下载脚本(crawl_*.py、crawl_jh_novel.py、crawl_fq_novel.py 等),它们会对外发起网络请求并将文本保存到本地;SKILL.md 声称这些脚本“需要手动运行”,不会自动执行——请自行在运行前审阅脚本逻辑。 - 在运行任何脚本前:在虚拟环境或隔离的沙箱中安装依赖(pip install -r requirements.txt),手动阅读脚本以确认它们不会上传数据到未知远端。重点检查是否有硬编码的远程上报 URL、短链接或个人服务器地址。 - 合规性注意:若用于抓取第三方小说站点,请遵守目标站点的服务条款与版权法律;避免批量抓取受版权保护内容并对外分发。 - 凭据与敏感信息:技能本身不要求环境变量,但某些爬虫在实际使用中可能需要站点 cookies 或 API keys——不要在不信任的脚本/环境中输入或存储敏感凭据。 - 若你想要更高置信度的安全评估:提供完整的爬虫脚本源码(未截断部分),我可以帮你快速扫查是否存在可疑的远程上报、命令执行、或混淆/反调试代码。
Capability Analysis
Type: OpenClaw Skill Name: wanxiang-scroll Version: 2.9.0 The 'wanxiang-scroll' skill bundle is a comprehensive creative writing and interactive storytelling framework. It includes a variety of Python scripts for local text analysis, SQLite database management (data_manager.py, init_database.py), and web scraping of novels from specific public APIs and archives (crawl_fq_novel.py, crawl_jh_novel.py) to support literary style learning. The SKILL.md and reference files define a 'Director' persona and structured output formats for role-playing and novel generation. No evidence of data exfiltration, malicious code execution, or unauthorized persistence was found; the bundle's capabilities are transparently documented and aligned with its stated purpose as a creative tool.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
名称与描述(创意文艺工具、文风库、互动叙事、人生模拟)与大多数文档内容高度一致;仓内包含大量写作参考文档与模板,另有可选的 Python 脚本(爬取、分析、数据库初始化、导出等)。爬虫/下载脚本出现在代码清单中,与 SKILL.md 中“素材工具(可选)——小说下载脚本”声明一致;不过爬虫可能会用于抓取受版权保护内容,建议用户在使用前确认用途合法性和目标站点的使用条款。
Instruction Scope
SKILL.md 明确将脚本标注为“可选”且需要用户手动运行,并声明不会自动执行、数据保存在本地 SQLite、建议在虚拟环境中运行。运行指令和文档内容主要围绕创作流程、文风切换、交互指令与本地存储,未要求读取系统凭据或越权访问其它代理/技能配置。
Install Mechanism
技能没有 install spec(instruction-only),降低了自动写磁盘/下载外部二进制的风险;同时仓库附带 requirements.txt 与若干 Python 脚本,用户若要使用这些脚本需手动 pip install。注意:虽然平台未强制安装,但下载并运行仓内脚本会在本地执行网络请求并写入 SQLite/文件,务必在受控环境(虚拟env / 沙箱)中运行并先审阅脚本。
Credentials
技能声明不需要任何环境变量或凭据,SKILL.md 亦未要求敏感凭据;但爬虫/平台适配功能可能在实际使用中需要网站 cookies 或 API token(例如针对特定小说站点),这些凭据并未在元数据中声明——如果用户提供这类凭据给脚本,则超出技能元数据的声明,存在合规与隐私风险。
Persistence & Privilege
flags 中没有 always: true 或其它强制常驻设置;技能为用户可调用且默认允许模型自主调用(平台默认),与声明一致。技能没有申请修改其他技能或系统级配置的说明。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wanxiang-scroll
  3. After installation, invoke the skill by name or use /wanxiang-scroll
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.9.0
wanxiang-scroll v2.9.0 - 全面完善文档内容和索引,细化各章节说明 - “后台成书”统一表述为“自动成书” - 优化描述,明确各模式的功能边界和操作入口 - 更新部分用语,提升文档一致性和准确性 - 细修模板、流程及文笔润色相关说明
v2.8.9
- 文档更新,将“小说素材爬取脚本”统一表述为“小说下载脚本”,明确说明仅用于从公开API下载小说文本,无自动执行能力。 - 脚本说明和用途进一步规范,突出只需手动运行,强调合规与本地使用场景。 - 移除 scripts/01-hard-output-constraints.txt(硬性输出约束脚本)。 - 版本号提升至2.8.9,文档同步为最新版本号。
v2.8.8
- 增加了大量存档及创作模板文件(如AI创作指南、角色、事件、世界生成、作品分析等) - 新增多种Python脚本,包括批量小说分析、爬虫与数据处理工具 - 扩充 saves/templates/ 目录,涵盖丰富的写作与人生模拟范例 - SKILL.md 细微调整,完善描述及版本历史条目 - 提升素材管理与存档导出可用性
v2.8.7
wanxiang-scroll v2.8.7 - 互动叙事玩法新增“后台成书”,支持互动过程静默生成完整小说。 - 文档细节完善,修订部分描述以提升清晰度。 - 无重大功能变更,专注优化体验与用法说明。
v2.8.6
去AI化重新定位为文笔润色(文学创作技巧),补充爬虫/存储/润色用途说明,移除SECURITY_AUDIT.md引用
v2.8.5
重新定位为游戏资料包+创意文艺工具,SKILL.md frontmatter修复,三种玩法模式说明
v2.8.4
全章节格式修复,#指令改/指令,索引校正,requirements.txt重写
v2.8.3
Version 2.8.3 - Removed all Unicode control characters from documentation and files. - Updated version number and references across documentation. - No changes to functional features or processes; update focused on text/codebase cleanliness.
v2.8.2
Version 2.8.2 - 更新SKILL.md文档中的版本号为2.8.2 - 其余内容无变动
v2.8.1
- Major documentation restructure: merged, reorganized, and renamed many reference files for greater clarity. - Added new reference modules including世界观搭建、核心机制、交互参考、输出规范等文档. - Removed旧有 system/protocol/command等相关文档,转为新结构下的核心与机制参考. - 全面更新文档条目与示例,提升内容指引的易查性和条理性. - 版本号升级至2.8.1,保持现有功能不变,仅针对文档优化及内容整合。
v2.8.0
**v2.8.0 文档结构重构与简化** - 重构并简化主文档,移除原有的指令和系统规范描述 - 明确强调所有内容为「创作参考资料」,不提供运行时指令 - 精简模式与功能介绍,重新梳理章节结构 - 优化文档目录说明,突出各参考子系统内容 - 安全与免责声明表述更加突出
v2.7.9
- 增加 SECURITY_AUDIT.md,补充完整安全审计报告 - README.md/SKILL.md 安全声明部分新增脚本使用注意事项及合规爬虫提醒 - 增加虚拟环境 (venv) 使用建议 - 文档版本号同步为 2.7.9 - 说明与安全相关内容表述更加详细
v2.7.8
wanxiang-scroll v2.7.8 - 更新参考文档,包括 output-rules 及核心协议说明 - 明确和完善输出规则与指令系统相关内容 - 修正部分表述,增强文档一致性 - 版本号提升至 2.7.8 - 其他细节修订与维护
v2.7.7
wanxiang-scroll v2.7.7 - 文档及参考资料内容大幅更新,涉及133个文件,涵盖核心协议、文风系统、剧情管理、交互协议等章节 - SKILL.md与章节文档内容、版本号保持一致,整体结构优化 - 补充和完善参考文档细节,增强模块之间的联动说明 - 提升创作流程和系统指令的可读性与实用性 - 修正文档描述中的部分用词与结构表达
v2.7.6
wanxiang-scroll v2.7.6 - Extensive documentation update and revision across 126 files, improving clarity and structure. - SKILL.md updated: version bumped to 2.7.6 and sample texts revised. - No changes to core features or commands; all main functionality and workflow remain unchanged. - Reference and guide files reorganized for easier access and navigation.
v2.7.5
wanxiang-scroll v2.7.5 - 增加了「重要安全声明」部分,明确文档、指令和脚本的使用边界及安全承诺 - 强调 AGENTS.md 及 references/ 仅为创作和游戏设定资料,不作为AI助手指令 - 补充所有功能均需用户主动触发,不涉及自动执行和外部网络访问 - 版本号更新至 2.7.5,文档内容同步调整
v2.7.4
wanxiang-scroll v2.7.4 - 更新SKILL.md与README.md,将版本号提升至2.7.4,内容同步 - 文档中所有功能描述、模式指令、章节导航等细节与实际版本保持一致 - 无功能性代码变更,主要为文档及版本信息维护更新
v2.7.3
wanxiang-scroll v2.7.3 - 修正文档中的版本号显示 (由v2.7.2更正为v2.7.3) - 其他内容、功能未变,主要为版本同步与维护
v2.7.2
- 文档版本号和展示版本号统一更新至 v2.7.2 - 其他内容未变,功能与指令说明保持一致
v2.7.1
- Removed six files related to security defense documentation from the references directory. - Updated SKILL.md version references from 2.7.0 to 2.7.1 at the title level. - No changes to features or core content.
Metadata
Slug wanxiang-scroll
Version 2.9.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 41
Frequently Asked Questions

What is Wanxiang Scroll?

游戏资料包与创意文艺工具,56种文风即时切换,网文创作全流程,交互式协作叙事,回合制异世界人生模拟,拆书融合创作,文学润色与文笔提升. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.

How do I install Wanxiang Scroll?

Run "/install wanxiang-scroll" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wanxiang Scroll free?

Yes, Wanxiang Scroll is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wanxiang Scroll support?

Wanxiang Scroll is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wanxiang Scroll?

It is built and maintained by 天天的鸟蛋蛋 (@dandanllab); the current version is v2.9.0.

💬 Comments