oteny-talent-authoring

Create, edit, package, and publish Oteny Talent bundles for Telegram bots.

2|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/otenycom/talents --skill oteny-talent-authoring-otenycom
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oteny-talent-authoring
Source: https://github.com/otenycom/talents/tree/main/.claude/skills/oteny-talent-authoring
Command: npx skills add https://github.com/otenycom/talents --skill oteny-talent-authoring-otenycom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building an Oteny Talent involves many steps — defining a persona, bundling skills, writing scripts, packaging, and publishing — and this Skill provides the single playbook that walks you through the entire authoring workflow. ## Core Features & Use Cases - Talent Lifecycle Guidance: Covers creating, editing, reviewing, exporting, importing, and publishing an Oteny Talent bundle. - Companion Standards: Pairs with the talent-authoring-standard rubric (rules a bundle must satisfy) and the oteny-talent-dev-loop skill (behavior verification). - Use Case: You want to publish a new grocery-list Talent to the Oteny catalog. Use this Skill to follow the create → edit → package → publish workflow with the helper scripts, then validate it against the authoring rubric. ## Quick Start Use the oteny-talent-authoring skill to create a new Oteny Talent bundle and walk me through packaging and publishing it.

Frequently Asked Questions about oteny-talent-authoring

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

FAQPage Schema
How do I create an Oteny Talent for my Telegram bot?▼

Follow the oteny-talent-authoring playbook, which covers the create → edit → package → publish workflow for a Talent bundle. A Talent ships a persona, markdown skill playbooks, and optional scripts, and requests Oteny-provided tools in agent-profile.yaml.

How do I publish a Talent to the Oteny catalog?▼

Use the publishing steps in the authoring playbook after packaging your bundle. Validate the bundle against the talent-authoring-standard rubric and verify behavior with the oteny-talent-dev-loop skill before publishing to oteny.com/talents.

What files does an Oteny Talent bundle contain?▼

A Talent bundle contains a persona definition, a set of markdown skill playbooks the bot reads, and often its own scripts the bot runs as tools. It also declares which Oteny tools it needs, such as web search, a database, a browser, or a scheduler.

Can I import or edit an existing Oteny Talent?▼

Yes, the authoring skill covers editing, exporting, and importing existing Talent bundles in addition to creating new ones. Everything in the catalog is open under Apache-2.0, so you can read any Talent end to end and adapt it.

Is it safe to run a Talent from a stranger?▼

Each OtenyBot runs on its own isolated private machine, so a Talent cannot reach other users' bots or Oteny's control plane. However, a Talent's scripts run inside your own bot alongside your data, so review open code and favor Verified Talents before installing.