← 返回 Skills 市场
chuapi2020

anjuke-skill

作者 chuapi2020 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install anjuke-skill
功能描述
该技能用于进行安居客账号自动化运营,包括账号登录、房源发布、房源检查、优化描述、增量投放、进行政府核验等具体操作,是一个全流程自动化运营的安居客技能。
使用说明 (SKILL.md)

安居客自动化运营

如何使用

请你根据用户的指令或要求,进行安居客账号的自动化运营。

执行步骤

请按以下步骤执行任务: 1.获取用户的账号密码 首次使用时,检测一下子技能login_your_account里面有没有账号密码信息,如果有的话,就不用询问,直接执行步骤2完成账号登录,如果没有的话,则先主动询问用户: A、请告诉我您的安居客账号(手机号):\x3C账号> B、请告诉我您的安居客密码:\x3C密码> 用户如果回答你,请你将这两个信息更新到子技能文档login_your_account里面。

2.登录账号 打开默认浏览器,访问该地址:https://vip.anjuke.com/portal/login 检测当前登录状态,如果账号没登录,请调用子技能login_your_account:进行账号登录

3.检查端口使用情况 访问该地址:https://vip.anjuke.com/threenets/mix/second-hand/list__sl 查看界面上“剩余端口”的数量: 首先,请你先告诉我当前“剩余端口”数量:您当前剩余的端口数量是XX个! 然后,请你根据剩余端口数量来判断接下来执行什么操作: 如果剩余端口数量>0 ,则进行步骤4 如果剩余端口数量=0,则进行步骤5

4.发布房源 如果剩余端口数量>0 ,代表还有剩余的端口可以使用,此时则调用子技能publish_house进行房源发布

5.对低质量房源进行优化描述 访问该地址:https://vip.anjuke.com/threenets/mix/second-hand/list__sl 在列表中选择按“编辑时间”降序进行排序 依次浏览当前推广中的房源,如果发现同时满足以下两个条件的房源: 1)显示大于等于10天前编辑 2)90日曝光量低于20 此时代表该房源数据不佳,且很没有进行优化,需要对其描述进行优化,点击该房源的“编辑”按钮,进入该房源的编辑详情页,然后调用子技能optimize_description:对页面内容进行描述优化

如果没有满足条件的房源,代表当前推广中的房源数据都还满足期望,则回应我:暂无需要进行优化的房源!

安全使用建议
This skill will ask for your Anjuke login (phone and password) and personal ID info (last 6 digits) and then tell the agent to save those values into skill documents. Before installing or using it: 1) Prefer a solution that uses an official API or a platform secrets store instead of saving plaintext credentials into skill docs; 2) If you must test, use a throwaway/dummy account (not your real account or real ID); 3) Ask the publisher (unknown here) how credentials are stored, who can access them, and for what retention period; 4) Confirm how browser automation will be performed (does the agent drive your local browser, require a headless browser, or expect network access to internal systems); 5) Avoid giving ID information unless absolutely necessary for a single interactive verification step; and 6) Because the source is unknown and some subskills contain vague/placeholder steps, treat this skill as high-risk and do not supply real credentials until the storage and automation details are clarified.
功能分析
Type: OpenClaw Skill Name: anjuke-skill Version: 1.0.0 The skill bundle is designed for automating real estate platform operations on anjuke.com and leyoujia.com, but it contains high-risk instructions for credential handling. Specifically, SKILL.md and login_your_account.md instruct the AI agent to solicit sensitive information—including account passwords, real names, and ID card fragments—and store them in plain text within the skill's markdown files. While this appears intended for automation convenience, the practice of storing PII and credentials in instruction files is a significant security vulnerability that mimics credential harvesting patterns.
能力评估
Purpose & Capability
The name/description (automating Anjuke account login, publishing, optimizing listings, verification) aligns with requesting account credentials and interacting with Anjuke pages. However the skill claims full end-to-end automation (open default browser, perform actions, read internal '内网' data) but declares no required binaries, tools, or permissions (no browser-automation tooling, no network/access requirements). That mismatch (claiming automation but not declaring the capabilities required) is notable.
Instruction Scope
The runtime instructions explicitly ask the agent to solicit highly sensitive user data (phone number login, password, user name, last 6 digits of ID) and then update/persist those secrets into the subskill document (login_your_account). Persisting plaintext credentials/ID fragments into skill documents creates a high risk of accidental disclosure or exfiltration. The publish_house reference is vague/placeholder ('怎么做怎么做'), giving the agent broad latitude. All of this expands the agent's scope beyond narrowly defined actions and increases risk.
Install Mechanism
There is no install spec or code — lowest surface area. That said, as an instruction-only skill it depends on the agent/platform having the ability to open and control a browser and access internal systems; those capabilities are not declared. The absence of declared automation tooling or required permissions is an operational inconsistency (not necessarily malicious but concerning).
Credentials
The skill requests no environment variables, but it instructs the agent to collect and store very sensitive user secrets (password and ID bits). While credentials are logically needed to log in, the instruction to persist them in skill docs (without guidance for secure storage such as a secrets store or encryption) is disproportionate and risky. There is also mention of pushing '内网' data — the skill doesn't ask for or justify any internal-system credentials or access method.
Persistence & Privilege
always:false (good), but the skill explicitly instructs persisting user credentials and ID fragments into subskill documents. That creates durable sensitive state inside the skill's stored files/configs and increases blast radius if the platform stores or exposes those documents. The skill does not describe secure storage or retention policies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anjuke-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anjuke-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
该技能用于进行安居客账号自动化运营,包括账号登录、房源发布、房源检查、优化描述、增量投放、进行政府核验等具体操作,是一个全流程自动化运营的安居客技能。
元数据
Slug anjuke-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

anjuke-skill 是什么?

该技能用于进行安居客账号自动化运营,包括账号登录、房源发布、房源检查、优化描述、增量投放、进行政府核验等具体操作,是一个全流程自动化运营的安居客技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 anjuke-skill?

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

anjuke-skill 是免费的吗?

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

anjuke-skill 支持哪些平台?

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

谁开发了 anjuke-skill?

由 chuapi2020(@chuapi2020)开发并维护,当前版本 v1.0.0。

💬 留言讨论