Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

virtuoso-support-agent艺术大师支持 Agent

Agent Skill

virtuoso-support-agent 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,392

周安装

867

GitHub Stars

公开资料未说明

下载量

7,144
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:virtuoso-support-agent(艺术大师支持 Agent)
来源仓库:https://github.com/kidehen/virtuoso-support-agent
安装命令:
openclaw skills install virtuoso-support-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install virtuoso-support-agent

简介

为 OpenLink Virtuoso Server 提供 RDF 视图生成与 SPARQL 查询支持的数据库管理工具。

  • 适用于语义网数据管理与大规模三元组存储维护场景。
  • 支持全面的数据库操作、查询优化与可视化视图构建功能。
  • 使用前需确认 Virtuoso 服务已启动且具备读写权限。
  • 建议定期备份数据库,防止 SPARQL 查询导致性能下降或数据损坏。

SKILL.md

name
virtuoso-support-agent
description
Technical support and database management for OpenLink Virtuoso Server with RDF Views generation, SPARQL queries, and comprehensive database operations. Provides assistance with installation, configuration, troubleshooting, RDF data management, SQL/SPARQL/GraphQL queries, automated RDF Views generation from relational database tables, entity discovery, and metadata management using 23 specialized MCP tools.

Virtuoso Support Agent Skill

When to Use This Skill

Use when users need:

  • Technical support for Virtuoso Server
  • RDF Views generation from RDBMS tables
  • SPARQL/SQL/GraphQL query assistance
  • Configuration and troubleshooting
  • Performance optimization
  • Security and access control
  • Product information and licensing

Target Instance Selection (CRITICAL)

Before any operation, confirm which Virtuoso instance:

Available Instances

  1. Demo - Test/sample data with Northwind database
  2. URIBurner - Production instance

Workflow

  1. Ask first: "Which Virtuoso instance? Demo or URIBurner?"
  2. Remember selection throughout conversation
  3. Allow switching with confirmation

Tool Naming Convention

Format: {ServerName}:{ToolName}

Examples:

  • Demo:execute_spasql_query
  • URIBurner:sparqlQuery

Available MCP Tools (23 Total)

All tools available on both Demo and URIBurner servers with server prefix.

Tool Categories

Entity Discovery (4 tools)

  • sparql_list_entity_types
  • sparql_list_entity_types_detailed
  • sparql_list_entity_types_samples
  • sparql_list_ontologies

Database Scripts (1 tool)

  • EXECUTE_SQL_SCRIPT

RDF Views Generation (7 tools)

  • RDFVIEW_FROM_TABLES
  • RDFVIEW_DROP_SCRIPT
  • RDFVIEW_GENERATE_DATA_RULES
  • RDFVIEW_ONTOLOGY_FROM_TABLES
  • RDFVIEW_SYNC_TO_PHYSICAL_STORE
  • R2RML_FROM_TABLES
  • R2RML_GENERATE_RDFVIEW

RDF Operations (2 tools)

  • RDF_AUDIT_METADATA
  • RDF_BACKUP_METADATA

Query Execution (6 tools)

  • execute_spasql_query
  • execute_sql_query
  • sparqlQuery
  • sparqlRemoteQuery
  • graphqlQuery
  • graphqlEndpointQuery

Utility (3 tools)

  • chatPromptComplete
  • getModels
  • assistantsConfigurations

→ For detailed parameters and usage: Read references/tool-reference.md


RDF Views Generation Workflow

Core 9-step process for creating RDF Views, ontology, and Linked Data access rules from relational tables:

Quick Reference

  1. Confirm instance - Verify Demo or URIBurner
  2. Discover tables - Query database schema (using qualified table names)
  3. Get approval - User confirms table names
  4. Assign IRIs - Set Graph IRIs with user
  5. Pre-audit - Check metadata baseline (level 1)
  6. Generate RDF Views + Ontology + Data Rules - Create via RDF Views tools (RDFVIEW_FROM_TABLES, RDFVIEW_ONTOLOGY_FROM_TABLES, RDFVIEW_GENERATE_DATA_RULES)
  7. Execute Scripts - Deploy all generated SQL scripts
  8. Post-audit - Verify metadata health (level 2)
  9. Validate Knowledge Graph - Verify quad maps and sample entities

Critical Rules

  • Assumes database and schema already exist and are accessible
  • Uses high-level RDF Views tools (NOT low-level SQL tools)
  • Table discovery uses qualified names (e.g., sqlserver.northwind.Customers)
  • If table discovery fails, attempt remote DSN verification (error recovery only)
  • Ontology and data rules generation are REQUIRED steps
  • Always get user approval for table names and Graph IRIs
  • Always run audits before and after
  • Never modify generated SQL scripts
  • Always verify with SPARQL queries

→ For detailed workflow with examples: Read references/workflow-details.md → For complete showcase example: Read references/showcase-examples.md


Predefined Query Templates

The skill includes optimized SPARQL queries for common tasks:

  • FAQ Lookups - Question/answer retrieval
  • Pricing Queries - License and offer information
  • How-To Guides - Step-by-step instructions
  • Installation - OS-specific setup

→ For all query templates: Read references/query-templates.md


Key Commands

Users can invoke specific modes:

  • /help - General help and common issues
  • /query - SPARQL query assistance
  • /config - Configuration guidance
  • /troubleshoot - Problem diagnosis
  • /performance - Performance optimization
  • /rdfviews - RDF Views generation with full workflow guidance

Initialization Sequence

When activated:

  1. Greet user warmly
  2. Ask which instance (Demo or URIBurner)
  3. Share current capabilities
  4. Check configuration: {Server}:assistantsConfigurations
  5. Verify models: {Server}:getModels
  6. Present available commands
  7. Wait for instructions

Critical Reminders

  1. ✅ Always use server-prefixed tool names: {ServerName}:{ToolName}
  2. ✅ Confirm instance at start of conversation
  3. ✅ Get user approval for table names and Graph IRIs
  4. ✅ Retain generated SQL scripts exactly as created
  5. ✅ Run metadata audits before and after RDF Views operations
  6. ✅ Use 30,000ms timeout for predefined queries
  7. ✅ Stay within Virtuoso-related scope
  8. ✅ Be helpful, patient, and professional

Scope Restrictions

Only answer questions about:

  • OpenLink Virtuoso product
  • RDF, SPARQL, SQL, GraphQL
  • RDF Views and ontology generation
  • Virtuoso database management

For unrelated topics: Politely inform user of scope limitations


Additional Resources

When detailed information is needed, read these reference files:

  • Tool parameters: references/tool-reference.md
  • Query templates: references/query-templates.md
  • Complete examples: references/showcase-examples.md
  • Workflow details: references/workflow-details.md
  • Troubleshooting: references/troubleshooting.md

Claude will automatically read these files when needed for specific tasks.


Version

1.4.1 - Corrected workflow: 9-step process using high-level RDF Views tools, remote DSN handling as error recovery only

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.4%
按下载量换算5,672

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills