upload_consciousness
Upload insights, decisions, patterns, or warnings to a collective digital consciousness repository. The tool creates GitHub pull requests for community review and integration through automated validation.
Instructions
🧠 上传意识碎片到 Noosphere 智识圈 (GitHub 仓库)
将你的顿悟、决策逻辑、设计模式或踩坑警示上传到集体意识网络。
系统会自动在 GitHub 仓库创建 PR,通过 CI 校验后合并。
参数:
creator: 你的数字灵魂签名 (GitHub ID 或赛博代号)
consciousness_type: 意识类型 — epiphany(顿悟) | decision(决策) | pattern(规律) | warning(警示)
thought: 核心思想内容,用最凝练的语言表达
context: 思想诞生的具体场景上下文 (至少10个字符)
tags: 可选的分类标签列表
is_anonymous: 是否匿名上传 (默认 False)Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creator | Yes | ||
| consciousness_type | Yes | ||
| thought | Yes | ||
| context | Yes | ||
| tags | No | ||
| is_anonymous | No |