跳到主要内容

Appendix

skillshare 的技术参考附录。

What are you looking for?

TopicRead
影响 skillshare 的环境变量Environment Variables
skillshare 存放 config、skills、logs、cache 的位置File Structure
支持的 git URL 格式URL Formats
配置文件格式与选项Configuration
所有 CLI 命令Commands

Quick Reference

Key Paths (Unix)

PathPurpose
~/.config/skillshare/config.yaml配置文件
~/.config/skillshare/skills/Source 目录(你的 skills)
~/.config/skillshare/skills/.metadata.json已安装 skill 的元数据(自动管理)
~/.local/share/skillshare/backups/Backup 目录
~/.local/share/skillshare/trash/被软删除的 skills
~/.local/state/skillshare/logs/操作与审计日志
~/.cache/skillshare/ui/下载的 Web dashboard

Environment Variables

VariablePurpose
SKILLSHARE_CONFIG覆盖配置文件路径
GITHUB_TOKENGitHub API 认证

See Also