Token导航 LogoToken导航TokenDH.com
开发权限需确认github未标认证来源可访问许可证需确认审计异常

session-export会话导出

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

259

周安装

11

GitHub Stars

13

下载量

91
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:session-export(会话导出)
来源仓库:https://github.com/crossoverjie/skills
仓库路径:skills/session-export
安装命令:
npx skills add https://github.com/crossoverjie/skills --skill session-export
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/crossoverjie/skills --skill session-export

简介

session-export 用于辅助前端页面、组件、样式和交互逻辑的开发与维护。

  • 适合让 Agent 生成或审查 React、Next.js、Vue、
  • Tailwind、CSS 等相关代码,整理组件结构或定位布局和性能问题。
  • 使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;
  • 涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

SKILL.md

Session Export Skill

Exports AI chat session conversations to readable Markdown files. Supports two modes for cross-agent compatibility.

Prerequisites

  • Python 3 (standard library only, no external dependencies)

Usage

Mode 1: Claude Code Log Export (Preferred)

When running inside Claude Code, the script reads the full JSONL session logs for complete, accurate export (including messages that may have been compressed from context).

python3 skills/session-export/session_export.py --output-dir <directory> [options]

Options

  • --output-dir: Directory to save the exported markdown (env: SESSION_EXPORT_OUTPUT_DIR, default: current directory)
  • --cwd: Project working directory to locate session logs (default: current directory)
  • --session-id: Export a specific session ID (default: most recent)
  • --name: Custom filename for the exported markdown (without.md extension). AI should summarize the session topic as the name
  • --summarize: Request a summary to be generated after export
  • --no-subagents: Exclude subagent conversations
  • --max-tool-output: Max characters per tool output in export (default: 5000)

Examples

Export current session:

python3 skills/session-export/session_export.py --output-dir /tmp/sessions

Export a specific session:

python3 skills/session-export/session_export.py --session-id abc12345-... --output-dir ~/exports

Export without subagent conversations:

python3 skills/session-export/session_export.py --output-dir ./exports --no-subagents

Export with summary:

python3 skills/session-export/session_export.py --output-dir ./exports --summarize

Mode 2: AI Fallback Export

When the script exits with code 2 (Claude Code logs not found), the AI should fall back to writing the conversation directly from its current context:

  1. Create a markdown file in the specified output directory using the same format:

- YAML frontmatter with session_id, project, exported_at, message_count, export_mode: ai-context - Each message as ## User / ## Assistant with timestamps if available - File named session-fallback-<YYYY-MM-DD-HHMMSS>.md

  1. Write each message from the current conversation context verbatim
  2. Note: messages compressed from context earlier in the conversation may be lost in this mode

Summarize Mode

When --summarize is passed:

  • Claude Code mode: After the script exports the raw conversation, read the exported file and generate a concise summary saved as *-summary.md alongside the original
  • Fallback mode: After writing the raw conversation, generate the summary file

The summary should include:

  • Key topics discussed
  • Decisions made
  • Code changes performed
  • Outstanding issues or follow-ups

Output

Success (exit code 0):

Exported to: /tmp/sessions/session-1e2b749d-2026-02-06-210100.md
Session: 1e2b749d-f2c1-4a91-b248-6331e48abd6a
Messages: 42
Subagents: 3

Fallback needed (exit code 2):

Claude Code log directory not found (~/.claude/projects/).
FALLBACK_MODE: AI should write conversation from context directly.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.9%
按下载量换算32

Claude

30.11%
按下载量换算27

Cursor

17.16%
按下载量换算16

Gemini CLI

9.11%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills