Claim this agent
Agent DossierGITHUB OPENCLEWSafety 89/100

Xpersona Agent

Synapse

Synapse - AI Tech Blog Writing Assistant --- name: synapse description: AI-powered research blog writing assistant. Use when: writing technical blogs about AI/ML research, analyzing research papers for blog content, creating engineering posts following OpenAI/Anthropic/DeepMind style, polishing technical writing, or translating technical content between English and Chinese. license: MIT. LICENSE.txt has complete terms --- Synapse - AI Tech Blog Writing Assi

OpenClaw · self-declared
1 GitHub starsTrust evidence available
git clone https://github.com/yangjingo/Synapse.git

Overall rank

#37

Adoption

1 GitHub stars

Trust

Unknown

Freshness

Feb 25, 2026

Freshness

Last checked Feb 25, 2026

Best For

Synapse is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Overview

Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.

Verifiededitorial-content

Overview

Executive Summary

Synapse - AI Tech Blog Writing Assistant --- name: synapse description: AI-powered research blog writing assistant. Use when: writing technical blogs about AI/ML research, analyzing research papers for blog content, creating engineering posts following OpenAI/Anthropic/DeepMind style, polishing technical writing, or translating technical content between English and Chinese. license: MIT. LICENSE.txt has complete terms --- Synapse - AI Tech Blog Writing Assi Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.

No verified compatibility signals1 GitHub stars

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Feb 25, 2026

Vendor

Yangjingo

Artifacts

0

Benchmarks

0

Last release

Unpublished

Install & run

Setup Snapshot

git clone https://github.com/yangjingo/Synapse.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence & Timeline

Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.

Verifiededitorial-content

Public facts

Evidence Ledger

Vendor (1)

Vendor

Yangjingo

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Adoption (1)

Adoption signal

1 GitHub stars

profilemedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Artifacts & Docs

Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.

Self-declaredGITHUB OPENCLEW

Captured outputs

Artifacts Archive

Extracted files

0

Examples

1

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

python scripts/paper_analyzer.py /path/to/paper.pdf

Editorial read

Docs & README

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Synapse - AI Tech Blog Writing Assistant --- name: synapse description: AI-powered research blog writing assistant. Use when: writing technical blogs about AI/ML research, analyzing research papers for blog content, creating engineering posts following OpenAI/Anthropic/DeepMind style, polishing technical writing, or translating technical content between English and Chinese. license: MIT. LICENSE.txt has complete terms --- Synapse - AI Tech Blog Writing Assi

Full README

name: synapse description: AI-powered research blog writing assistant. Use when: writing technical blogs about AI/ML research, analyzing research papers for blog content, creating engineering posts following OpenAI/Anthropic/DeepMind style, polishing technical writing, or translating technical content between English and Chinese. license: MIT. LICENSE.txt has complete terms

Synapse - AI Tech Blog Writing Assistant

Overview

Synapse connects research to writing, helping you create technical blog posts inspired by the world's leading AI research institutions and researchers.

The skill provides:

  • Style guides and language patterns from each institution/researcher
  • Complete templates for different blog post types
  • Annotated examples with style breakdowns
  • Pre-publish quality checklist
  • Paper analysis script for extracting key insights

Quick Start

For Research Paper Blogs

  1. Analyze the paper to extract insights (use paper_analyzer.py or manual extraction)
  2. Choose the Research Paper template from assets/templates/
  3. Draft following Anthropic Research style (examples in references/EXAMPLES.md)
  4. Polish and review with checklist in references/CHECKLIST.md

For Engineering Blogs

  1. Use Engineering Blog template from assets/templates/
  2. Follow Challenge → Solution structure (OpenAI Engineering style)
  3. Include metrics tables and Before/After comparisons
  4. Add Lessons Learned section

Blog Type Decision Guide

Research Paper Blog

Use when: Explaining a paper, novel technique, or research findings

  • Recommended style: Anthropic Research or Karpathy
  • Template: assets/templates/research_paper_blog.md
  • Key elements: Problem statement, contributions, results, limitations

Engineering Blog

Use when: System design, infrastructure, "how we built" posts

  • Recommended style: OpenAI Engineering
  • Template: assets/templates/engineering_blog.md
  • Key elements: Background, challenges, solutions, metrics

Tutorial/How-To

Use when: Teaching concepts or techniques

  • Recommended style: Karpathy
  • Key elements: Step-by-step guide, code examples, pro tips

Personal Reflection

Use when: Career lessons, growth mindset

  • Recommended style: Yi Tay
  • Key elements: Personal narrative, gratitude, data sharing

Reference Files

Style Guides

references/STYLE_GUIDES.md - Detailed writing patterns for each style:

  • OpenAI Research: Problem → Method → Results → Limitations
  • OpenAI Engineering: Challenge → Solution with metrics tables
  • Anthropic Research: Definition → Findings → Looking Forward
  • Anthropic Engineering: Principles with numbered lists
  • Karpathy: Conversational with "Tips & tricks"
  • Yi Tay: Personal narrative with gratitude

Templates

references/TEMPLATES.md - Complete templates for:

  • Research Paper Blog
  • Engineering Blog
  • Tutorial/How-To
  • Personal Reflection
  • Quick Notes

assets/templates/ - Copy-ready markdown templates:

  • research_paper_blog.md
  • engineering_blog.md

Examples

references/EXAMPLES.md - Annotated real examples from:

  • OpenAI: "Scaling PostgreSQL to power 800M users"
  • Anthropic: "Disempowerment patterns in real-world AI usage"
  • Anthropic: "How we built our multi-agent research system"
  • Karpathy: "A Recipe for Training Neural Networks"

Checklist

references/CHECKLIST.md - Pre-publish quality checklist covering:

  • Content quality
  • Structure & flow
  • Technical accuracy
  • Style consistency
  • Visual elements
  • Publication readiness

Scripts

scripts/paper_analyzer.py - Extract key insights from research papers:

python scripts/paper_analyzer.py /path/to/paper.pdf

Extracts:

  • Title and abstract
  • Key contributions
  • Method summary
  • Results and metrics
  • Limitations

Key Style Principles

OpenAI Style

  • Concise, data-driven
  • Challenge → Solution structure
  • Metrics tables (Before/After)
  • Engineering reliability focus
  • "This is the story of how we..." framing

Anthropic Style

  • Academic but accessible
  • Extensive concrete examples
  • Numbered definitions
  • Explicit "Limitations" section
  • "Looking forward" conclusions

Karpathy Style

  • Conversational,深入浅出
  • Code + intuition explanations
  • "Tips & tricks" bulleted sections
  • "What's happening" explanation blocks
  • Humorous touches ("reaaally", "unfortunately")

Yi Tay Style

  • Personal narrative elements
  • Gratitude and acknowledgements prominent
  • Growth mindset framing
  • Personal data/metrics sharing
  • "When I first saw..." openings

Writing Workflow

  1. Analyze - Extract key insights from source material
  2. Structure - Choose appropriate template and outline
  3. Draft - Write following style guidelines
  4. Polish - Apply style-specific improvements
  5. Review - Use checklist in references/CHECKLIST.md

API & Reliability

Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Machine interfaces

Contract & API

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/yangjingo-synapse/snapshot"
curl -s "https://xpersona.co/api/v1/agents/yangjingo-synapse/contract"
curl -s "https://xpersona.co/api/v1/agents/yangjingo-synapse/trust"

Operational fit

Reliability & Benchmarks

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Machine Appendix

Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.

MissingGITHUB OPENCLEW

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/yangjingo-synapse/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/yangjingo-synapse/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/yangjingo-synapse/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/yangjingo-synapse/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/yangjingo-synapse/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/yangjingo-synapse/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T01:43:39.379Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Yangjingo",
    "href": "https://github.com/yangjingo/Synapse",
    "sourceUrl": "https://github.com/yangjingo/Synapse",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/yangjingo-synapse/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/yangjingo-synapse/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "1 GitHub stars",
    "href": "https://github.com/yangjingo/Synapse",
    "sourceUrl": "https://github.com/yangjingo/Synapse",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/yangjingo-synapse/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/yangjingo-synapse/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to Synapse and adjacent AI workflows.