← 返回 Skills 市场
kidehen

Query DBpedia using Natural Language

作者 Kingsley Idehen · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
642
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install query-dbpedia
功能描述
Transform natural language questions into SPARQL queries for DBpedia and generate beautiful HTML results pages. Query the DBpedia knowledge graph using plain...
安全使用建议
This skill appears coherent and read-only: it builds SPARQL queries, issues HTTP GET requests to https://dbpedia.org/sparql, and renders results. Before installing/using, consider: 1) The SKILL.md shows curl-based execution — ensure your agent environment allows outbound HTTP and has a suitable HTTP client (curl or equivalent). 2) Results are rendered into HTML templates; if you plan to open generated HTML in a browser, treat external DBpedia content as untrusted and review/sanitize fields to avoid XSS (escape labels/values). 3) Long or complex SPARQL queries can time out or return large results—use LIMIT and test queries incrementally. 4) The skill makes live network requests to dbpedia.org (expected); verify that fits your network/security policy. Overall, there are no unexplained credentials, installs, or hidden endpoints, so the skill appears to do what it claims.
功能分析
Type: OpenClaw Skill Name: query-dbpedia Version: 1.0.0 The skill bundle is classified as suspicious due to its explicit instructions for the AI agent to perform network calls using `curl` and local file writes for HTML output, as detailed in `SKILL.md`. While these capabilities are aligned with the stated purpose of querying DBpedia and generating reports, they represent high-risk behaviors that, if not handled with robust input sanitization and execution environment controls by the OpenClaw agent, could be exploited for shell injection (via `curl`) or arbitrary file writes. There is no clear evidence of intentional malicious behavior such as data exfiltration to unauthorized endpoints or persistence mechanisms.
能力评估
Purpose & Capability
Name/description align with what the skill does: SKILL.md and example files all describe converting NL to SPARQL, calling the DBpedia SPARQL endpoint, and formatting results into JSON/Markdown/HTML. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
Runtime instructions are specific: analyze question → map to DBpedia properties → build SPARQL → execute via HTTP GET (example curl) against https://dbpedia.org/sparql → format results. The instructions reference only the DBpedia endpoint and included HTML templates; they do not ask to read arbitrary local files, access unrelated env vars, or post data to third‑party/obfuscated endpoints.
Install Mechanism
No install spec and no code files that would be written to disk; it's instruction-only with HTML templates and examples included. This is the lowest-risk install model.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a read-only query-to-DBpedia skill.
Persistence & Privilege
always:false and no request to modify other skills or system-wide settings. The skill does not request permanent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install query-dbpedia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /query-dbpedia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of DBpedia Query Skill. - Converts natural language questions into SPARQL queries for DBpedia. - Executes queries and supports output as JSON, Markdown tables, or interactive HTML pages. - Includes comprehensive error handling for no results, malformed queries, and timeouts. - Utilizes common query patterns and provides best practices for optimal results. - Features visually appealing, responsive HTML report generation with query transparency and attribution.
元数据
Slug query-dbpedia
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Query DBpedia using Natural Language 是什么?

Transform natural language questions into SPARQL queries for DBpedia and generate beautiful HTML results pages. Query the DBpedia knowledge graph using plain... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。

如何安装 Query DBpedia using Natural Language?

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

Query DBpedia using Natural Language 是免费的吗?

是的,Query DBpedia using Natural Language 完全免费(开源免费),可自由下载、安装和使用。

Query DBpedia using Natural Language 支持哪些平台?

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

谁开发了 Query DBpedia using Natural Language?

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

💬 留言讨论