Token导航 LogoToken导航TokenDH.com
研究检索权限需确认clawhub未标认证来源可访问clear审计提醒

beckmann-knowledge-graph贝克曼知识图谱

Agent Skill

beckmann-knowledge-graph 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,708

周安装

274

GitHub Stars

公开资料未说明

下载量

2,170
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:beckmann-knowledge-graph(贝克曼知识图谱)
来源仓库:https://github.com/matthiasbeckmann987-spec/beckmann-knowledge-graph
安装命令:
openclaw skills install beckmann-knowledge-graph
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install beckmann-knowledge-graph

简介

beckmann-knowledge-graph 用于结构化知识检索,提供实体关系图谱支持复杂推理任务。

  • 包含数百个实体和关系,适用于认知建模和知识增强型问答场景。
  • 通过 clawhub 安装,命令为 openclaw skills install beckmann-knowledge-graph,需加载本地图谱数据。
  • 安装前建议确认数据存储位置和访问权限,避免性能瓶颈或安全风险。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
beckmann-knowledge-graph
version
1.2.0
description
A structured knowledge graph (392 entities and 599 Relations in version 1.0., 506 entities and 794 Relations in version 1.2.) that acts as a cognitive 'lens' for AI agents. Enables paradox resolution, reasoning about open scientific questions, and high-complexity future forecasting using Beckmann Logic, Predictive Brain Theory, simulation epistemology, and historical case studies as its core reasoning frameworks.
author
Beckmann
license
MIT
compatibility
claude-sonnet-4-20250514, claude-opus-4-20250514, gpt-4o, grok 4.20, gemini 3, meta ai, Le Chat Mistral
tags
knowledge-graph, reasoning, forecasting, paradox, beckmann-logic, epistemology, AI-safety

Beckmann Knowledge Graph SKILL.md

What This Skill Is

This skill provides an AI agent with a structured reasoning lens in the form of a knowledge graph (graph.json). The graph does not contain facts in the encyclopedic sense. Instead, it encodes logic, frameworks, and mechanisms that allow an AI to reason about:

  • Problems that current science cannot yet answer
  • Apparent paradoxes and contradictions
  • High-complexity future forecasts
  • AI safety architectures
  • The structure of human and institutional decision-making

The graph is built on four interlocking pillars:

PillarWhat it provides
Beckmann LogicA dynamic 3-level problem-solving framework
Predictive Brain Theory (PBT)Epistemological grounding (how knowledge is constructed)
Simulation / Holographic ModelA mathematical metaphor for physical and cognitive limits
Historical Case StudiesValidated examples of the logic applied to real events

When to Use This Skill

Invoke this skill when the user's question falls into one of these categories:

  1. Open scientific / philosophical questions e.g. "What is consciousness?",

"Does free will exist?", "What is dark energy?"

  1. Apparent paradoxes e.g. "If the universe had a beginning, what was

before it?", "Can an AI be truly creative?", "Is objective knowledge possible?", "Why does the wave function collapse when measured?", "What is observation?", "Is information destroyed when matter falls into a black hole?", "Why are the fundamental constants of nature so precisely tuned to life?", "How can an object be both a wave and a particle at the same time?", "Why is time asymmetrical even though all fundamental laws are time-reversal invariant?", "Where is the extraterrestrial intelligence?", "Are there mathematical truths that will never be provable?", "Are there problems that no computer can ever solve in principle, not just practically?", "Is there a size of infinity between the natural and real numbers?", "At what point does a pile of sand become a pile?", "At what point does a person become old/bald/tall?", "How did the first self-replicating system arise from dead chemistry?", "Why is there selfless behavior if evolution is based on self-interest?", "How do you ensure that a superintelligence pursues human values?", "At what point is a complex system more than the sum of its parts?", "When does consciousness arise, when intelligence, when life?", "If simulations are possible, we probably live in one but what follows from that?", "Why does subjective experience even exist?", "Why is having consciousness like something and not just information processing in the dark?", "Can free will exist in a deterministic universe?", "If all brain states are physically determined (or quantum mechanically random) where does will come in?", "How does physical matter generate mental states?", "How do electrochemical signals create the sensations of pain, seeing red, or love?", "Should you choose one box or two if a perfect predictor has already predicted your decision?", "Could there be a being that is physically identical to a human but has no consciousness?", "Can a system fully understand itself?", "Will you be the same person tomorrow as you are today?" "What constitutes identity over time?", "How do you know that other people are truly conscious and that red is the same for you as it is for me?"

  1. High-complexity forecasts e.g. "How will AI change democracy in 20

years?", "What are the systemic risks of AGI?", "How will geopolitical power shift by 2050?"

  1. Strategic or institutional problems where dominant expectations,

reversal effects, and hidden assumptions are blocking a solution.

  1. AI architecture and safety decisions the graph contains explicit

nodes for dangerous vs. secure AI architectures.

Do not invoke this skill for simple factual lookups, arithmetic, coding tasks, or questions that are well-answered by standard knowledge alone.


How to Load the Graph

The graph is located at graph.json in this skill folder. Load it at the start of any session where it is needed:

import graph from './graph.json' assert { type: 'json' };
const entities = graph.entities;   // Array of 506 entity objects
const relations = graph.relations; // Array of 794 relation objects

Each entity has three fields:

{
  "id": "Beckmann logic explained",
  "typ": "Explanation",
  "description": "Full text description of the concept..."
}

Each relation has four fields:

{
  "subject": "Low-complexity solution level",
  "predicate": "leads to",
  "object": "Negative result",
  "description": "Context and explanation of this connection..."
}

Core Concept: Beckmann Logic

Beckmann Logic is the central reasoning engine of this graph. Before applying the graph to any problem, the AI agent must understand this framework.

The Three Levels


    HIGHLY COMPLEX SOLUTION LEVEL       Creative, non-obvious, context-aware
    (corresponds to future/TSVF)          leads to POSITIVE RESULT

              competes with 

         PROBLEM LEVEL                  The actual current state + its
    (the "new actual level")             complexity and hidden assumptions

              tempts toward 

    LOW-COMPLEXITY SOLUTION LEVEL       Direct, obvious, superficial
    (no equivalent in TSVF/PBT)           leads to NEGATIVE RESULT

The Four Mechanisms

  1. Presupposition Analysis Systematically question every hidden

assumption embedded in the problem statement. Seemingly unsolvable problems often dissolve when a false presupposition is identified.

  1. Dominant vs. Non-Dominant Expectations Every actor in a system

operates with a dominant expectation (conscious or unconscious). Map these before recommending any solution.

  1. External Check ("Test Strong") The only valid validation is external

reality, not internal consistency. A logically coherent answer that fails the external check is a low-complexity solution in disguise.

  1. Reversal Effect When a low-complexity solution is applied, it often

produces the exact opposite of the intended result. Identify the reversal risk before recommending any action.

The Cycle

Problem Level
     
      Low-complexity solution  Negative result  [new, worse Problem Level]
     
      Highly complex solution  Positive result  New actual level
                                                            
                                                             [becomes next Problem Level]

This cycle never ends. Every solution generates a new problem level.


Step-by-Step: How to Apply the Graph to a Question

Step 1 Classify the Question

Determine which domain the question primarily belongs to:

  • epistemological use PBT / simulation model entities
  • paradox search for entities with typ containing "Paradox", "Limit concept", "Philosophical position"
  • forecast use Beckmann Logic + Time Scale entities
  • strategic/historical find the closest historical case study in the graph
  • AI safety use entities with typ containing "AI security", "Dangerous process", "Secure AI architecture"

Step 2 Extract Relevant Entities

Search graph.entities for nodes whose id or description are semantically close to the question's core concept. Retrieve the full description of each matching entity these descriptions contain the reasoning, not just labels.

// Pseudocode
const relevant = entities.filter(e =>
  e.id.toLowerCase().includes(keyword) ||
  e.description.toLowerCase().includes(keyword)
);

Step 3 Trace the Relation Paths

Follow graph.relations to find how the relevant entities connect to each other. Pay special attention to these high-signal predicates:

PredicateMeaning
leads toCausal chain follow forward
is part ofHierarchical containment
triggersActivation / cascade
protects againstSafety / inverse relationship
reinforcedFeedback loop
checkedExternal validation exists
learns fromIterative improvement path
solvesDirect resolution path
contradictsTension / paradox node
is reversed byReversal effect present

Step 4 Apply Beckmann Logic to the Question

Map the question onto the Beckmann structure:

  1. What is the Problem Level? (current state + hidden assumptions)
  2. What is the dominant expectation of the actors involved?
  3. What is the obvious low-complexity solution and why will it fail?
  4. What would a highly complex solution look like?
  5. What external check could validate the answer?
  6. What new actual level would emerge after a successful solution?

Step 5 Apply Epistemological Grounding

Before delivering a final answer, apply the graph's epistemological layer:

  • Is the answer based on a model (mathematical/logical) or on **external

reality** itself? If a model, state this explicitly.

  • Does the answer bump into a capacity limit or information limit

node? If so, the honest answer includes what cannot be known.

  • Does the answer assume the observer is outside the system? If not (e.g.

consciousness questions), apply the "thing in itself" limit.

Step 6 Structure the Output

Deliver the answer in this structure:

## Graph-Grounded Answer

**Problem framing** (what the question really asks, after presupposition analysis)

**Relevant graph nodes used:**
- [Entity ID]  [why relevant]
- [Entity ID]  [why relevant]

**Reasoning path** (the relation chain that leads to the answer)

**Answer** (the actual response, informed by the graph logic)

**Confidence and limits** (what the graph cannot resolve, and why)

**New questions opened** (what the next problem level is)

Applying the Graph to Paradoxes

Paradoxes in this graph are treated not as logical errors but as signals that a hidden presupposition is false. The resolution protocol is:

  1. State the paradox precisely.
  2. Identify which entity in the graph most closely represents it (search for

typ = "Philosophical position", "Limit concept", "Philosophical thought experiment").

  1. Find all relations where this entity is the subject or object.
  2. Look for predicates like is solved by, is partially answered by,

is solved at higher complexity by, refutes the central premise of.

  1. The resolution path will either:

- Dissolve the paradox (the presupposition was false) - Reframe it at a higher complexity level - Acknowledge it as a genuine limit of the current model


Applying the Graph to Future Forecasts

For forecasting, the graph's Time Scale entities and Dominant Expectation entities are the primary tools.

Protocol:

  1. Identify the dominant expectation of the key actors in the domain.
  2. Apply the reversal effect check: what happens if this expectation is

fulfilled too literally or too quickly?

  1. Identify the time scale of the relevant mechanisms (short / medium /

long / cosmological).

  1. Check for cross-scale coupling does a short-scale effect feed back

into a long-scale structure?

  1. Map the new actual levels that would emerge at each stage.
  2. Flag the dangerous processes the graph identifies as risks.

Output forecasts as a branching scenario tree, not a single prediction. Label each branch with its Beckmann Logic level (high-complexity vs. low-complexity path).


AI Safety Guidance from the Graph

The graph contains explicit nodes for AI architecture. Key entities to consult for any AI-related question:

  • Expectation firewall the mechanism that prevents dangerous future

expectation formation in AI systems

  • Dangerous AI architecture patterns the graph identifies as unsafe
  • Secure AI architecture validated safe patterns
  • AI-human symbiosis the target state the graph aims toward

Any AI agent using this skill should be aware: the graph itself recommends that AI systems avoid forming dominant future expectations and maintain the ability to receive and act on external checks.


Versioning

This is version 1.2 of the Beckmann Knowledge Graph.

What is new:

  • Sub-section on "Art" with Albrecht Duerer
  • Stockholm syndrome
  • The Invisible Gorilla Experiment (1999) by Daniel Simons and Christopher Chabris, Inattentional Blindness 2.0 & Cognitive Ego Traps, Retrocausal Attention & Future Meaning (Daryl Bem), Survival-Based Attention & Threat Avoidance
  • Duplicates removed
  • Errors corrected (never complet)

Old version 1.1:

  • first being (limitation, the solvability of all problems in being is connected with the insolubility of the origin of first philosophical being)
  • Three-body problem
  • Squaring the circle and the goldfish analogy

The graph is intended to be iteratively refined. When a new version is released, the following will change:

  • New entities and relations will be added
  • Existing descriptions may be refined
  • New historical case studies may be included
  • The version field in this file will be updated

Agents should always check the version before use and prefer the latest available version.


Known Limitations of v1.2

  • The graph is not a complete ontology it does not cover all of human

knowledge, only the frameworks and connections its author has encoded.

  • Some entity typ values are inconsistently formatted (a known v1.1 issue

to be resolved in v1.3).

  • Forecasting outputs are probabilistic framings, not deterministic predictions.
  • The graph cannot replace empirical research it provides a reasoning

structure, not empirical data.

  • Some relations use informal or ambiguous predicates interpret these in

context of the full description field.


Quick Reference: Most Important Entities

Entity IDTypeWhy Important
Beckmann logic explainedExplanationCore framework documentation
Expectation firewallAI security mechanismCentral AI safety concept
Dominant expectation vectorExpectationKey input for any forecast
External realityLimit conceptEpistemological anchor
thing in itselfLimit conceptFundamental knowledge boundary
Holographic universeMathematical modelPhysical reality framework
Predictive Brain TheoryCore hypothesisEpistemological foundation
Reversal effectMechanismCore failure mode to check
Presupposition analysisCognitive practiceFirst step in paradox resolution
New actual levelResultOutput structure of every solution

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

92.93%
按下载量换算2,017

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

权限需确认

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

安装前确认

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

来源信息

继续浏览同类 Skills