← 返回 Skills 市场
chrischall

Tmp.XLpCvUWTda

作者 chrischall · GitHub ↗ · v0.3.0 · MIT-0
cross-platform ⚠ pending
41
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install artsonia-mcp
功能描述
Access Artsonia student-art portfolios, comments, and fans via MCP. Use when the user asks about a child's artwork, wants to post an art comment, check fans,...
使用说明 (SKILL.md)

artsonia-mcp

MCP server for Artsonia — natural-language access to student-art portfolios, comments, and fans.

Setup

Option A — npx (recommended)

Add to .mcp.json in your project or ~/.claude/mcp.json:

{
  "mcpServers": {
    "artsonia": {
      "command": "npx",
      "args": ["-y", "artsonia-mcp"],
      "env": {
        "ARTSONIA_USERNAME": "[email protected]",
        "ARTSONIA_PASSWORD": "your-password"
      }
    }
  }
}

Option B — from source

git clone https://github.com/chrischall/artsonia-mcp
cd artsonia-mcp
npm install && npm run build

Then add to .mcp.json:

{
  "mcpServers": {
    "artsonia": {
      "command": "node",
      "args": ["/path/to/artsonia-mcp/dist/index.js"],
      "env": {
        "ARTSONIA_USERNAME": "[email protected]",
        "ARTSONIA_PASSWORD": "your-password"
      }
    }
  }
}

Or use a .env file in the project directory with ARTSONIA_USERNAME=\x3Cvalue> and ARTSONIA_PASSWORD=\x3Cvalue>.

Authentication

Username/password auth using your Artsonia parent/fan account credentials. The server logs in and maintains a session cookie.

Tools

Core

Tool Description
artsonia_healthcheck Check connectivity and authentication status
artsonia_list_students List all students linked to the account

Portfolio & Artwork

Tool Description
artsonia_get_activity Get recent activity feed for a student
artsonia_get_portfolio Get a student's art portfolio
artsonia_get_artwork Get details for a single artwork

Social

Tool Description
artsonia_list_comments List comments on an artwork
artsonia_get_fans Get the fan list for a student
artsonia_post_comment Post a comment on an artwork
artsonia_invite_fan Invite someone to become a fan of a student
artsonia_set_notifications Update notification preferences for a student

Environment Variables

Variable Required Description
ARTSONIA_USERNAME Yes Your Artsonia login email address
ARTSONIA_PASSWORD Yes Your Artsonia account password
ARTSONIA_TRANSPORT No Override transport: stdio (default), sse, or fetchproxy
ARTSONIA_WS_PORT No WebSocket port when using sse transport
能力标签
requires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install artsonia-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /artsonia-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
- Removed the file: skill-card.md - No changes to core features or functionality. - Cleanup of documentation files only.
v0.2.0
- Added SKILL.md with detailed setup instructions, environment variable options, and descriptions of available tools. - Clarified triggers and intended usage, including natural language requests related to student art portfolios, comments, and fans. - Outlined both npx and source installation methods. - Listed all core, portfolio, and social tool endpoints with descriptions. - Provided authentication details and environment variable documentation for configuration.
元数据
Slug artsonia-mcp
版本 0.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Tmp.XLpCvUWTda 是什么?

Access Artsonia student-art portfolios, comments, and fans via MCP. Use when the user asks about a child's artwork, wants to post an art comment, check fans,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Tmp.XLpCvUWTda?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install artsonia-mcp」即可一键安装,无需额外配置。

Tmp.XLpCvUWTda 是免费的吗?

是的,Tmp.XLpCvUWTda 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tmp.XLpCvUWTda 支持哪些平台?

Tmp.XLpCvUWTda 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tmp.XLpCvUWTda?

由 chrischall(@chrischall)开发并维护,当前版本 v0.3.0。

💬 留言讨论