Query DBpedia using Natural Language
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is coherently focused on read-only DBpedia queries and HTML result generation, with only a disclosed external query step to be aware of.
This skill appears safe for public DBpedia lookups. Before installing, be aware that it may run a curl request to DBpedia and may generate local HTML result files; do not include confidential information in questions or queries sent to the public endpoint.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Questions or generated SPARQL queries may be sent to DBpedia, so private or sensitive text should not be included in prompts intended for querying.
The skill directs the agent to use a local command-line tool to send generated SPARQL queries to an external DBpedia endpoint. This is disclosed and central to the skill’s purpose, but it is still an external tool/API action users should notice.
Use curl to execute against DBpedia: `curl -s -G "https://dbpedia.org/sparql" ... --data-urlencode "query=<SPARQL_QUERY>" ... --data-urlencode "format=json"`
Use the skill for public knowledge-graph questions, review generated queries when needed, and avoid embedding confidential information in DBpedia queries.
