← 返回 Skills 市场
zhaoxin139

Taxragflow

作者 zhaoxin139 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taxragflow
功能描述
Answers tax-related questions using a private corporate tax knowledge base via RAGFlow configuration.
使用说明 (SKILL.md)

tax-knowledge 对话技能\r

\r

描述\r

查询 TAX 知识库,返回基于企业私有知识的税务问题答案。\r \r

前置条件\r

  • 已从管理员处获取 RAGFlow 配置(API URL、API Key、Chat ID)\r
  • 已配置 .env 文件\r
  • 已安装依赖:pip install -r requirements.txt\r \r

触发条件\r

用户询问税务相关问题时:\r

  • 税务政策和法规\r
  • 增值税、企业所得税、个人所得税等\r
  • 税收优惠政策\r
  • 税务申报流程\r \r

指令\r

  1. 使用 query_tax.py 脚本查询知识库\r
  2. 将用户问题作为参数传递\r
  3. 返回答案给用户\r
  4. 如遇错误,简要说明原因\r \r

示例\r

用户:"最新的增值税优惠政策是什么?" \r → 调用此技能查询并返回答案\r

安全使用建议
Before installing, make sure you trust the RAGFlow server URL and can provide a limited-scope API key. Avoid sending highly sensitive tax or business details unless the endpoint's privacy and retention practices are acceptable.
功能分析
Type: OpenClaw Skill Name: taxragflow Version: 1.0.0 The skill bundle is a legitimate integration for querying a RAGFlow-based tax knowledge base. The core logic in `query_tax.py` securely handles API credentials via environment variables and performs standard HTTP POST requests to a user-configured endpoint. The instructions in `SKILL.md` and the requested permissions in `plugin.json` (network and execution) are strictly aligned with the stated purpose of providing tax information.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose, plugin definition, skill.yaml, and Python code all align around sending tax questions to a RAGFlow knowledge base and returning the answer.
Instruction Scope
The skill is intended to run for tax-related questions and send the full user query to RAGFlow. This is purpose-aligned, but users should avoid including unrelated sensitive information.
Install Mechanism
There is no automatic installer or remote install script. The README documents a manual pip install of requests and python-dotenv, which are expected dependencies for this API client.
Credentials
The code requires RAGFLOW_API_URL, RAGFLOW_API_KEY, and RAGFLOW_CHAT_ID, while registry metadata lists no required environment variables or primary credential. This is an under-declaration, but the credential use is expected for the RAGFlow integration.
Persistence & Privilege
No background process, persistence mechanism, file writes, or account/data mutation are shown. The script only reads environment/.env configuration and contacts the configured API when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taxragflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taxragflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the tax-knowledge dialog skill. - Allows users to query a private enterprise tax knowledge base for answers to tax-related questions. - Requires prior configuration with RAGFlow API credentials and environment setup. - Supports queries on tax policies, VAT, corporate and personal income tax, and tax benefits. - Answers are retrieved using the `query_tax.py` script; errors are clearly communicated to the user.
元数据
Slug taxragflow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Taxragflow 是什么?

Answers tax-related questions using a private corporate tax knowledge base via RAGFlow configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 Taxragflow?

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

Taxragflow 是免费的吗?

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

Taxragflow 支持哪些平台?

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

谁开发了 Taxragflow?

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

💬 留言讨论