← Back to Skills Marketplace
kidehen

Query DBpedia using Natural Language

by Kingsley Idehen · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
642
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install query-dbpedia
Description
Transform natural language questions into SPARQL queries for DBpedia and generate beautiful HTML results pages. Query the DBpedia knowledge graph using plain...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install query-dbpedia
  3. After installation, invoke the skill by name or use /query-dbpedia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug query-dbpedia
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 642 downloads so far.

How do I install Query DBpedia using Natural Language?

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

Is Query DBpedia using Natural Language free?

Yes, Query DBpedia using Natural Language is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Query DBpedia using Natural Language support?

Query DBpedia using Natural Language is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Query DBpedia using Natural Language?

It is built and maintained by Kingsley Idehen (@kidehen); the current version is v1.0.0.

💬 Comments