skill-export-prompt

Extract user prompts and trae session ids from project directories using Python scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/attitudeshuai/ai-apps-workspace --skill skill-export-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-export-prompt
Source: https://github.com/attitudeshuai/ai-apps-workspace/tree/main/.kimi/skill/skill-export-prompt
Command: npx skills add https://github.com/attitudeshuai/ai-apps-workspace --skill skill-export-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of exporting prompt information from AI project sessions and verifies the data integrity using a separate tool.

Core Features & Use Cases

  • Prompt Export: Extracts user prompts and associated 'trae session id' from specified project directories.
  • Data Verification: Ensures the integrity of the exported data against the main export.
  • Use Case: For AI project management, this Skill ensures that all prompts are accurately recorded and synchronized with the main data exports.

Quick Start

Export prompts and verify the integrity using the skill-export-prompt skill.

Frequently Asked Questions about skill-export-prompt

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

FAQPage Schema
How do I export user prompts and session IDs from AI project directories?

You can extract user prompts by running a Python script that scans specified project directories to pull user prompts and the 'trae session id'. This automates the data extraction process for AI project management.

How do I verify the integrity of exported AI prompt data?

Data verification is handled by a separate skill that checks the extracted prompts against the main export. This ensures your exported AI prompt data maintains strict integrity and synchronization.

Do I need Python to extract prompts from my AI project sessions?

Yes, Python scripts are required to perform the data extraction. The Skill relies on these scripts to pull user prompts and associated 'trae session id' directly from your AI project session directories.

What is the best way to synchronize AI prompts with a main data export?

The best way to synchronize AI prompts is to automate the prompt export using a Python script and verify the extracted data with a separate tool. This ensures all prompts match the main export accurately.

Can I verify prompt data without a separate verification skill?

No, the Skill explicitly requires a separate skill for verification. While the Python script handles prompt extraction, data verification and integrity checks against the main export depend on this external component.