autoskill

Analyze screen activity patterns to suggest new scientific skills or compositions.

Updated May 17, 2026
One-click install
npx skills add https://github.com/galeep/plugin-place --skill autoskill-galeep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoskill
Source: https://github.com/galeep/plugin-place/tree/main/plugins/sci-research-methodology/skills/autoskill
Command: npx skills add https://github.com/galeep/plugin-place --skill autoskill-galeep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires screenpipe, sentence-transformers, httpx, pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automatically analyzes user activity and suggests new skills or compositions based on recurring patterns, eliminating the need for manual analysis and skill creation.

Core Features & Use Cases

  • Workflow Analysis: Monitors and analyzes user workflows using a local screenpipe daemon.
  • Skill Generation: Suggests new skills or compositions based on detected patterns.
  • Use Case: If a user frequently conducts research in the same manner, this Skill can automatically propose a new skill tailored to that specific workflow.

Quick Start

Use the autoskill to analyze the last 24 hours of your activity and propose new skills or compositions.

Frequently Asked Questions about autoskill

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

FAQPage Schema
How do I automate workflow analysis and generate research skills from user activity?

Automate workflow analysis by running a local screenpipe daemon to observe screen activity, which then suggests new scientific skills based on detected recurring patterns. This eliminates manual analysis and automatically proposes compositions tailored to your specific repetitive research tasks.

Can I use local embeddings and screenpipe to minimize data exposure during research automation?

Local embeddings and screenpipe minimize data exposure during research automation by processing user activity entirely on your machine. Screenpipe observes workflows locally, while sentence-transformers generate embeddings without sending sensitive screen data to external servers.

Do I need an LLM backend like LM Studio to suggest new skills based on recurring workflow patterns?

An LLM backend like LM Studio is required to suggest new skills based on recurring workflow patterns. The skill generation process relies on a local large language model to analyze screenpipe activity data and propose tailored scientific skill compositions.

How does screenpipe monitor screen activity to propose new scientific skills or compositions?

Screenpipe monitors screen activity by running a local daemon that continuously observes user workflows over a set period, such as the last 24 hours. It feeds this activity data to local embeddings and an LLM backend to propose new scientific skills.

What Python dependencies are required to analyze user activity and generate skills with autoskill?

Python dependencies required to analyze user activity and generate skills include screenpipe, sentence-transformers, httpx, and pyyaml. These packages enable local screen monitoring, embedding generation, backend API communication, and configuration management for the workflow analysis pipeline.