influence-propagation

Trace idea and behavior diffusion across social networks with Laplacian diffusion.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill influence-propagation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: influence-propagation
Source: https://github.com/plurigrid/asi/tree/main/skills/influence-propagation
Command: npx skills add https://github.com/plurigrid/asi --skill influence-propagation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Layer 7: Interperspectival Network Analysis and Influence Flow; traces how ideas and behaviors propagate in social networks.

Core Features & Use Cases

  • Idea adoption tracing: track propagation and adoption timelines.
  • Second-order networks: analyze indirect influence paths.
  • Perspective mapping: aggregate and cluster varying observer perspectives.

Quick Start

just influence-build-network barton --depth 2

Frequently Asked Questions about influence-propagation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace how ideas spread through social networks?

Influence propagation traces diffusion of ideas and behaviors across social networks by analyzing direct and indirect adoption paths. It maps adoption timelines, calculates reach multipliers, and identifies influential users using second-order network analysis and Laplacian diffusion to reveal how information flows through network nodes.

Can I analyze indirect influence paths in networks beyond direct connections?

Yes. Second-order network analysis with condensed stacks and cellular sheaves reveals indirect influence paths across multiple connection degrees. This uncovers how ideas propagate through intermediary users and non-obvious network structures, enabling detection of hidden influence routes and secondary adoption waves.

What outputs does network diffusion analysis produce?

Network diffusion analysis generates adoption_timeline, adoption_rate, and key_amplifiers datasets. These outputs quantify when ideas reach users, the speed of propagation, and which users drive the most influence, supporting adoption forecasting and influencer identification in social networks.

How do I query and store network influence data?

Influence propagation supports relational schemas and SQL queries for network_nodes, influence_edges, and idea_adoptions tables. This enables structured storage and retrieval of network topology, relationship strengths, and adoption records for downstream analysis and reporting.

When should I use network-level analysis versus individual user metrics?

Use network-level analysis to understand systemic propagation patterns, adoption cascades, and collective reach. Individual metrics suit tracking specific users. Influence propagation combines both: mapping perspective clusters and identifying key_amplifiers reveals where network structure amplifies or constrains information spread.