nhouseholder/cursor-laptop-skills
v1.7.0MIT
Account-wide Cloud slash commands plus Engram Cloud MCP and Tailscale iMac MCP that self-heal on every Cloud Agent.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
engram
{
"command": "bash",
"args": [
"./scripts/cloud_engram_mcp.sh",
"mcp",
"--tools=agent"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"ENGRAM_CLOUD_AUTOSYNC": "1"
}
}tailscale-imac
{
"command": "python3",
"args": [
"./scripts/cloud_tailscale_mcp.py"
],
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "cursor-laptop-skills",
"description": "Account-wide Cloud slash commands plus Engram Cloud MCP and Tailscale iMac MCP that self-heal on every Cloud Agent.",
"version": "1.7.0",
"author": {
"name": "Nicholas Householder"
},
"license": "MIT",
"repository": "https://github.com/nhouseholder/cursor-laptop-skills",
"skills": "./skills",
"commands": "./commands",
"mcpServers": "./mcp.json"
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- debate.py
- LICENSE
Fields the format does not define
This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.
- skills
- commands
- mcpServers