jentic-v1

Access Jentic hosted V1 API endpoints with a dedicated API key.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jentic/jentic-skills --skill jentic-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jentic-v1
Source: https://github.com/jentic/jentic-skills/tree/main/skills/jentic-v1
Command: npx skills add https://github.com/jentic/jentic-skills --skill jentic-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Jentic V1 provides access to the hosted Jentic platform's legacy API for agents that rely on a JENTIC_AGENT_API_KEY, enabling integration without embedding secrets in prompts or code.

Core Features & Use Cases

  • Legacy V1 API access for hosted Jentic environments.
  • Credentials management via Jentic (not embedded in prompts or agent code).
  • Conflict awareness guidance when multiple Jentic API keys are present to prevent misconfiguration.

Quick Start

Set JENTIC_AGENT_API_KEY in your environment or OpenClaw config and load this skill to begin using the V1 hosted API.

Frequently Asked Questions about jentic-v1

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access the Jentic V1 API using an OpenClaw agent?

Access the Jentic V1 API by loading the skill and setting the JENTIC_AGENT_API_KEY in your OpenClaw environment. It routes requests to legacy endpoints like /agents/search and /agents/execute using credentials managed directly in Jentic.

Can I manage API credentials in Jentic without embedding keys in agent prompts?

Yes, credential management is handled in Jentic rather than embedded in prompts or agent code. The skill enforces environment checks to securely apply the JENTIC_AGENT_API_KEY for hosted V1 API access.

What happens if I have both V1 and V2 Jentic API keys configured?

The skill provides conflict awareness guidance to prevent misconfiguration when multiple Jentic API keys are present. It enforces clear conflict checks to ensure a safe migration path between V1 and V2 environments.

How does the skill handle errors during legacy endpoint execution?

Structured error handling is enforced for legacy V1 endpoints like /agents/execute. This ensures safe API interactions and clear feedback during execution failures or environment misconfigurations.

Do I need the requests library to use the Jentic V1 API skill?

Yes, the Python requests library is required as a dependency to run the scripts. You must install it in your environment before loading the skill to access the hosted V1 API.

When should I use the Jentic V1 API instead of newer alternatives?

Use the Jentic V1 API for agents that specifically rely on the legacy hosted Jentic platform. It provides a safe migration path with structured error handling and conflict guidance for maintaining existing V1 integrations.