One-click install
npx skills add https://github.com/casterkay/gurutalk --skill gurutalk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gurutalk
Source: https://github.com/casterkay/gurutalk/tree/main
Command: npx skills add https://github.com/casterkay/gurutalk --skill gurutalk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dotenv, and includes scripts (resource) components.

What problem does it solve?

Provides a meta-skill that creates and manages local “master persona” skills by synchronizing persona profiles from the GuruTalk server, so you can quickly start cited, persona-consistent conversations in your agent environment.

Core Features & Use Cases

  • Local persona directory management: Creates and keeps the required folder structure for each figure across supported agents.
  • Server profile sync: Pulls profile.md and tracks profile_version, overwriting only the first five layers while preserving user ## Adjustments.
  • Skill generation and lifecycle control: Installs, lists, syncs, and removes per-figure skills, including local version snapshots/rollback.

Quick Start

Run the skill’s client configuration by executing one setup command to write your GURUTALK_API_KEY into the gurutalk skill directory’s .env, then install a figure skill by slug.

Frequently Asked Questions about gurutalk

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

FAQPage Schema
How do I sync persona profiles from an API for agent skills?

You can sync persona profiles by executing the skill's setup command to configure your GURUTALK_API_KEY in the local .env file, then running the sync operation by figure slug to pull the latest profile versions.

What is profile versioning for local master personas?

Profile versioning for local master personas tracks synchronized profile versions locally, maintaining snapshots that enable rollback to previous states while preserving user adjustments during API updates.

Can I preserve my custom persona adjustments when syncing profile versions?

Yes, profile synchronization overwrites only the first five layers of the server profile, ensuring your local `## Adjustments` section remains intact and is preserved across version updates.

Do I need a specific API key to manage persona skills locally?

Yes, managing persona skills requires a valid GURUTALK_API_KEY written into the local `.env` configuration file during setup to perform deterministic API fetch and update workflows.

How do I rollback a persona skill after a profile synchronization?

The skill maintains local snapshots of profile versions during synchronization, allowing you to execute a rollback operation to revert a specific figure's skill folder to a previous profile state.

Does command routing support removing a specific figure's skill folder?

Yes, the skill lifecycle control includes command routing for removing per-figure skills, which deletes the localized persona directory and cleans up the synchronized profile data from your environment.